Edit your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Add this configuration:
{
"mcpServers": {
"nerdcabal": {
"command": "node",
"args": [
"/home/user/NerdCabalMCP/mcp-server/dist/index.js"
],
"env": {
"LOG_LEVEL": "info"
}
}
}
}/home/user/NerdCabalMCP/ with YOUR actual path!
- Completely quit Claude Desktop (not just close the window)
- Reopen Claude Desktop
- Wait for MCP to connect (look for the hammer icon π¨)
In Claude Desktop, you can now use any of the 20 agents:
Use design_experiment to create an A/B test for chain-of-thought prompting
vs direct answer on math problems. Sample size: 1000, metric: accuracy.
Use analyze_research_budget to create an NSF grant budget for $500K over
24 months for an AI research project with 5 team members.
Use ip_analytics to analyze copyright infringement patterns in portfolio
PORT-001 for the last 90 days in US jurisdiction.
Use generate_ciso_notebook to perform a STRIDE threat model for an LLM API
with components: API gateway, model inference, user database.
Type @ in Claude Desktop to see all 20 tools:
create_paper_agent- Convert research repos to MCP serversdesign_experiment- Research methodology & experimentsanalyze_research_budget- Grant & investor budgetsip_analytics- IP pattern detection & analysiscompliance_check- GDPR/DMCA compliance validationarchival_system- Cryptographic evidence storagegenerate_ciso_notebook- STRIDE threat modelinggenerate_comptroller_notebook- Iron Triangle optimizationgenerate_administrator_notebook- Org design & SOPsgenerate_mlflow_query_plan- Experiment trackinggenerate_dataset_builder_plan- ML dataset creationanalyze_swarm_and_suggest- Multi-agent orchestrationcreate_design_system- Design systems & CSSvisualize_dataset- FiftyOne visualizationsanalyze_transcript- Neural forensics (DSMMD) ... and more!
In Claude Desktop:
- Start a new conversation
- Type
@and look for "nerdcabal" tools - If you see the tools, you're connected! β
- Check the path in config is absolute (no
~) - Make sure you fully quit and reopened Claude Desktop
- Check logs:
~/Library/Logs/Claude/mcp*.log(macOS)
cd /home/user/NerdCabalMCP/mcp-server
npm run build
node dist/index.jsShould output: Paper2Agent MCP Server running on stdio
- Use natural language - the agents understand context
- Chain multiple agents together for complex workflows
- Check TOOLS_REFERENCE.md for all tool names
- See TEST_RESULTS.md for verified agents
Ready to roll! π