AINative Strapi MCP Server
Rank #38,076io.github.AINative-Studio/ainative-strapi-mcp-server
Strapi CMS MCP — natural-language content management: create, manage, and publish content.
AINative Strapi MCP Server is a Model Context Protocol (MCP) server published by AINative-Studio. It ranks #38,076 of 115,591 servers tracked on MCP Toplist. AINative Strapi MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Dec 12, 2025 and most recently updated on Aug 1, 2026.
Ranks ahead of 77,515 of 115,591 servers on MCP Toplist.
Use AINative Strapi MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ainative-strapi-mcp-server -- npx -y ainative-strapi-mcp-server[mcp_servers.ainative-strapi-mcp-server]
command = "npx"
args = ["-y", "ainative-strapi-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ainative-strapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"ainative-strapi-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ainative-strapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"ainative-strapi-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ainative-strapi-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ainative-strapi-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ainative-strapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"ainative-strapi-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ainative-strapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"ainative-strapi-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AINative-Studio%2Fainative-strapi-mcp-server)<a href="https://mcptoplist.com/server/io.github.AINative-Studio%2Fainative-strapi-mcp-server"><img src="https://mcptoplist.com/badge/io.github.AINative-Studio%2Fainative-strapi-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AINative-Studio
Other servers by AINative-Studio
- ainative-memory-mcp#42,415 · 1 ver
- ainative-postgres-mcp#42,416 · 1 ver
- ainative-opencode-memory-mcp#46,217 · 1 ver
- AINative PRD Generator MCP Server#57,583 · 1 ver
- @ainative/browser-mcp#65,821 · 1 ver
- @ainative/gtm-mcp#65,822 · 1 ver
- ZeroDB Agent Memory MCP Server#65,823 · 1 ver
- AINative ZeroDB MCP Server#77,522
Available versions (1)
| Version | Published |
|---|---|
| 1.4.1 | Aug 1, 2026 |
Frequently asked questions
- Who maintains AINative Strapi MCP Server?
- AINative Strapi MCP Server is maintained by AINative-Studio, which publishes 9 MCP servers (8 total versions) tracked on MCP Toplist.
- Is AINative Strapi MCP Server listed on the Official MCP Registry?
- Yes — AINative Strapi MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does AINative Strapi MCP Server have?
- MCP Toplist tracks 1 version of AINative Strapi MCP Server, most recently published on Aug 1, 2026.
- Where can I find the source code for AINative Strapi MCP Server?
- The source code for AINative Strapi MCP Server is hosted at github.com/AINative-Studio/ainative-strapi-mcp-server.