mcp server for Cursor
io.github.kontent-ai/mcp-server
Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kontent-ai/mcp-server"
],
"env": {
"KONTENT_API_KEY": "<KONTENT_API_KEY>",
"KONTENT_ENVIRONMENT_ID": "<KONTENT_ENVIRONMENT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs