MCP server for Nynch. 42 tools for CRM, relationship intelligence, and multi-agent orchestration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nynch-mcp-server": {
"command": "npx",
"args": [
"-y",
"peterod99/nynch-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nynch-mcp-server npx -y peterod99/nynch-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nynch-mcp-server": {
"command": "npx",
"args": [
"-y",
"peterod99/nynch-mcp-server"
]
}
}
}