Loading MCP server directory, please wait...
Let an AI assistant manage CMSKite blog content: projects, posts, API keys and site integration.
npx @getmcp/cli add io.github.devicorn/cmskite-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CMSKITE_AGENT_TOKENAgent token from the CMSKite dashboard (Settings → Agent tokens). Starts cka_.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.devicorn/cmskite-mcp": {
"command": "npx",
"args": [
"-y",
"cmskite-mcp"
],
"env": {
"CMSKITE_AGENT_TOKEN": "",
"CMSKITE_API_URL": "https://api.cmskite.com"
}
}
}
}