MCP server for AgentDocs (agentdocs.eu) — give any AI agent native tools to read, search, write, and share collaborative docs
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentdocs-mcp": {
"command": "npx",
"args": [
"-y",
"hoornet/agentdocs-mcp"
]
}
}
}
Run in terminal:
claude mcp add agentdocs-mcp npx -y hoornet/agentdocs-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentdocs-mcp": {
"command": "npx",
"args": [
"-y",
"hoornet/agentdocs-mcp"
]
}
}
}