Ampersand MCP docs server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ampersand MCP docs serversearch docs for Salesforce integration setup"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
THIS REPO HAS BEEN DEPRECATED
To use our new docs MCP server in Claude Code, run
claude mcp add ampersand-docs-server --transport http "https://docs.withampersand.com/mcp"
Connecting to the mcp server from an MCP Client
Add the following in your mcp.json in cursor IDE or claude_desktop_config.json when using Claude desktop.
Note: This server runs in HTTP SSE mode
When using the official hosted mcp server
{
"mcpServers": {
"@amp-labs/mcp-docs-server": {
"url": "https://mcp-docs.withampersand.com/sse"
}
}
}When running the docs server locally
{
"mcpServers": {
"@amp-labs/mcp-docs-server": {
"url": "http://localhost:3001/sse"
}
}
}
Ampersand MCP docs server
Related MCP server: twitterapi-io-mcp
Use npx to automatically run the server locally
This will start the server at http://localhost:3001
npx @amp-labs/mcp-docs-server@latest
Building locally
Install dependencies
pnpm i
Build the MCP SSE server
pnpm build
Start the server
pnpm start
Debugging & troubleshooting
Use the MCP inspector tool to know more about the mcp server and debug tools, prompts, resources
pnpm inspect
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for opencode documentation, generated by doc2mcp.
MCP server for accessing curated awesome list documentation
Unofficial MCP server for the Ionic Framework documentation, components and blog.
MCP server for innovationlab documentation, generated by doc2mcp.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.310 npmMIT
- AlicenseAqualityAmaintenanceOffline-first MCP server for TwitterAPI.io docs (endpoints, pages, blogs) with fast fuzzy search.7275 npm9MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides version-pinned, deterministic documentation sourced from DevDocs.io to AI assistants (Claude, RooCode, Cline, Copilot etc.) and also via offline mode. Not via Scraping! But using the supported downloading option from devdocs.34 npm13MIT
- AlicenseNot gradedqualityDmaintenanceGeneric MCP server that exposes Markdown documentation to LLMs, enabling them to search and answer questions about any software documentation.MIT