io.github.kontent-ai/mcp-server MCP Server
io.github.kontent-ai/mcp-server
What is the io.github.kontent-ai/mcp-server MCP server?
Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language
How to install io.github.kontent-ai/mcp-server
Copy-paste configuration for popular MCP clients.
KONTENT_API_KEYrequiredsecretKontent.ai Management API key
KONTENT_ENVIRONMENT_IDrequiredKontent.ai environment ID
PORTServer port for HTTP transport (defaults to 3001)
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@kontent-ai/mcp-server",
"stdio"
],
"env": {
"KONTENT_API_KEY": "<YOUR_KONTENT_API_KEY>",
"KONTENT_ENVIRONMENT_ID": "<YOUR_KONTENT_ENVIRONMENT_ID>",
"PORT": "<YOUR_PORT>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@kontent-ai/mcp-server",
"stdio"
],
"env": {
"KONTENT_API_KEY": "<YOUR_KONTENT_API_KEY>",
"KONTENT_ENVIRONMENT_ID": "<YOUR_KONTENT_ENVIRONMENT_ID>",
"PORT": "<YOUR_PORT>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@kontent-ai/mcp-server",
"stdio"
],
"env": {
"KONTENT_API_KEY": "<YOUR_KONTENT_API_KEY>",
"KONTENT_ENVIRONMENT_ID": "<YOUR_KONTENT_ENVIRONMENT_ID>",
"PORT": "<YOUR_PORT>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kontent-ai/mcp-server",
"stdio"
],
"env": {
"KONTENT_API_KEY": "<YOUR_KONTENT_API_KEY>",
"KONTENT_ENVIRONMENT_ID": "<YOUR_KONTENT_ENVIRONMENT_ID>",
"PORT": "<YOUR_PORT>"
}
}
}
}claude mcp add mcp-server --env KONTENT_API_KEY=<YOUR_KONTENT_API_KEY> --env KONTENT_ENVIRONMENT_ID=<YOUR_KONTENT_ENVIRONMENT_ID> --env PORT=<YOUR_PORT> -- npx -y @kontent-ai/mcp-server stdioRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.