sammcj/mcp-package-docs
mcp-package-docs is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp-package-docs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server providing LLMs with efficient access to package documentation across multiple programming languages and LSP capabilities.
Try mcp-package-docs with chat:
Tools
Functions exposed to the LLM to take actions
search_package_docs
Search for symbols or content within package documentation
describe_go_package
Get a brief description of a Go package
describe_rust_package
Get a brief description of a Rust package
describe_python_package
Get a brief description of a Python package
describe_npm_package
Get a brief description of an NPM package
describe_swift_package
Get a brief description of a Swift package
get_npm_package_doc
Get full documentation for an NPM package
lookup_go_doc
[DEPRECATED] Use describe_go_package instead. Get a brief description of a Go package
lookup_python_doc
[DEPRECATED] Use describe_python_package instead. Get a brief description of a Python package
lookup_npm_doc
[DEPRECATED] Use describe_npm_package instead. Get a brief description of an NPM package
get_hover
Get hover information for a position in a document using Language Server Protocol
get_completions
Get completion suggestions for a position in a document using Language Server Protocol
get_diagnostics
Get diagnostic information for a document using Language Server Protocol
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client