MCP server that provides LLMs with access to package documentation across multiple programming languages. It exposes functions to search and retrieve documentation for packages in Python, JavaScript, and Java. It connects to official package repositories and documentation sites. Developers use it to automate documentation retrieval and improve code understanding in AI-driven development tools.
MCP server that provides LLMs with access to package documentation across multiple programming languages. It exposes functions to search and retrieve documentation for packages in Python, JavaScript, and Java. It connects to official package repositories and documentation sites. Developers use it to automate documentation retrieval and improve code understanding in AI-driven development tools.
npx -y mcp-package-docsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"sammcj-mcp-package-docs-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-package-docs"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp package docs?"
No configuration required. This server works out of the box.
"What resources are available in mcp package docs?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp package docs"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp package docs with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.