mcp-server
Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.39.0)
npx -y @kontent-ai/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@kontent-ai/[email protected]"
],
"env": {
"KONTENT_API_KEY": "<YOUR_VALUE>",
"KONTENT_ENVIRONMENT_ID": "<YOUR_VALUE>"
}
}
}
}
KONTENT_API_KEYrequired secret — Kontent.ai Management API keyKONTENT_ENVIRONMENT_IDrequired — Kontent.ai environment ID
This server takes extra arguments — see its repository.
Package (npm 0.39.0)
Package: npm @kontent-ai/mcp-server
KONTENT_ENVIRONMENT_IDrequired — Kontent.ai environment IDPORT— Server port for HTTP transport (defaults to 3001)
This server takes extra arguments — see its repository.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry