Agentset is an open-source RAG platform that provides AI agents with tools for deep research, citation generation, and document processing across 22+ file formats. It connects to various document sources and exposes APIs for partitioning and retrieving information. Developers use it to build AI applications requiring robust, well-cited research capabilities.
Agentset is an open-source RAG platform that provides AI agents with tools for deep research, citation generation, and document processing across 22+ file formats. It connects to various document sources and exposes APIs for partitioning and retrieving information. Developers use it to build AI applications requiring robust, well-cited research capabilities.
npx -y app.agentset.aiAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"agentset-ai-agentset-github": {
"command": "npx",
"args": [
"-y",
"npx -y app.agentset.ai"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from agentset?"
API Key Required
This server requires an API key from agentset. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AGENTSET_API_KEY | Yes | Your agentset API key |
"What resources are available in agentset?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in agentset"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in agentset with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.