voltagent (MCP Server)

GitHub

AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "voltagent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-voltagent"
      ]
    }
  }
}