strapi-mcp is an MCP server designed for Strapi CMS, enabling seamless access to Strapi content types and entries through the MCP protocol. It supports CRUD operations and advanced querying.
strapi-mcp is an MCP server designed for Strapi CMS, enabling seamless access to Strapi content types and entries through the MCP protocol. It supports CRUD operations and advanced querying.
npm install strapi-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"strapi-mcp": {
"command": "npx",
"args": [
"-y",
"npm install strapi-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Strapi MCP?"
No configuration required. This server works out of the box.
"What resources are available in Strapi MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Strapi MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Strapi MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.