A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Kubernetes Documentation MCP Server
Model Context Protocol (MCP) server for Kubernetes Documentation
This MCP server provides tools to access Kubernetes documentation and search for content using Google Custom Search.
This project is based on aws-documentation-mcp-server by Amazon Web Services, licensed under the Apache License 2.0.
To use the search functionality, you must obtain a Google API key:
Without a valid Google API key, the search_documentation tool will not function properly.
To install and use the Kubernetes Documentation MCP Server with Docker:
docker build -t kubernetes-documentation-mcp-server .
{
"mcpServers": {
"kubernetes-documentation-mcp-server": {
"command": "docker",
"args": [
"run",
"--rm",
"--interactive",
"--env",
"FASTMCP_LOG_LEVEL=ERROR",
"--env",
"GOOGLE_API_KEY=YOUR_GOOGLE_API_KEY",
"kubernetes-documentation-mcp-server:latest"
],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}
Example:
Fetches a Kubernetes documentation page and converts it to markdown format.
read_documentation(url: str) -> str
Searches Kubernetes documentation using Google Custom Search.
search_documentation(search_phrase: str, limit: int) -> list[dict]
This server uses Google Custom Search to provide search functionality for Kubernetes documentation. The Custom Search Engine ID (cx) used is the one used by kubernetes.io itself:
013288817511911618469:elfqqbqldzgThe Google Custom Search API has the following limits:
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba