mcp-ts documentation is available as a Model Context Protocol (MCP) server. This allows AI assistants and IDEs that support MCP to discover, search, and read the documentation directly during a conversation.
Endpoint URL
The documentation server is hosted at:How to use
You can add this server to your preferred MCP-compatible client (such as Claude Desktop, Cursor, or VS Code). The server provides powerful tools to interact with the documentation:- Search (
search_mcp_toolkit): Search across the entire MCP Toolkit knowledge base to find relevant guides, code examples, and API references. - Query Filesystem (
query_docs_filesystem_mcp_toolkit): Perform shell-like queries (usingcat,head,rg,tree, etc.) against a virtualized documentation filesystem to read full pages or search for exact keyword matches. - Resources: Access the
mintlify://skills/zonlabsresource for high-level context on building agentic workflows with MCP.
mcp-ts implementation details without requiring manual copy-pasting.