Official Meldoc plugin marketplace for Claude Code MCP integrations
npx claudepluginhub meldoc-io/mcp-stdio-proxyConnect Claude Desktop, Claude Code, and other MCP clients to your Meldoc documentation workspace. Read, search, create, and update your documentation directly from AI conversations through the Model Context Protocol.
This package allows you to connect Claude Desktop and Claude Code to your Meldoc account, so you can use all your documentation directly in Claude.
The easiest way to install Meldoc MCP is through the Claude Marketplace:
# Add the marketplace
claude plugin marketplace add meldoc-io/mcp-stdio-proxy
# Install the plugin
claude plugin install meldoc-mcp@meldoc-mcp
After installation:
npx @meldocio/mcp-stdio-proxy@latest auth login to authenticateDone! 🎉 Now you can ask Claude to work with your Meldoc documentation.
This is a bridge between Claude (Desktop & Code) and Meldoc. After setup, Claude will be able to:
No additional installation required - everything works automatically through Claude Desktop and Claude Code.
See Quick Start section above for the easiest installation method.
You can also install directly via npm:
npm install -g @meldocio/mcp-stdio-proxy
Then add to your Claude Desktop config file (see Manual Installation below).
The easiest way to set up Meldoc MCP is using the automatic installer:
npx @meldocio/mcp-stdio-proxy@latest install
This command will:
After running install, you just need to:
npx @meldocio/mcp-stdio-proxy@latest auth loginDone! 🎉
To remove Meldoc MCP from Claude Desktop:
npx @meldocio/mcp-stdio-proxy@latest uninstall
This will:
mcpServers object if neededAfter running uninstall, restart Claude Desktop for changes to take effect.
If you prefer to configure manually, follow these steps:
Open the configuration file depending on your operating system:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
Linux:
~/.config/Claude/claude_desktop_config.json
💡 Tip: If the file doesn't exist, create it. Make sure the folder exists.
Open the file in any text editor and add the following:
{
"mcpServers": {
"meldoc": {
"command": "npx",
"args": ["-y", "@meldocio/mcp-stdio-proxy@latest"]
}
}
}
⚠️ Important: If the file already has other MCP servers, simply add
"meldoc"to the existingmcpServersobject.
Completely close and reopen Claude Desktop for the changes to take effect.
Open a terminal and run:
npx @meldocio/mcp-stdio-proxy@latest auth login
Follow the on-screen instructions - you'll need to open a link in your browser and enter a code.
Done! Now Claude can work with your Meldoc documentation.
For Claude to work with your documentation, you need to log in to your Meldoc account. There are several ways to do this:
The easiest way is to use the login command:
npx @meldocio/mcp-stdio-proxy@latest auth login
What will happen:
Advantages:
If you're using a token for integration (e.g., for CI/CD), you can specify it directly.
In Claude Desktop configuration:
{
"mcpServers": {
"meldoc": {
"command": "npx",
"args": ["-y", "@meldocio/mcp-stdio-proxy@latest"],
"env": {
"MELDOC_ACCESS_TOKEN": "your_token_here"
}
}
}
}
Or via environment variable:
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations