@voltagent/mcp-server
Freeby MCP Community
VoltAgent MCP server implementation for exposing agents, tools, and workflows via the Model Context Protocol.
v2.0.2Added Apr 12, 2026
@voltagent/mcp-server MCP Server
VoltAgent MCP server implementation for exposing agents, tools, and workflows via the Model Context Protocol.
Installation
npx -y @voltagent/mcp-server
Reviews
Installation
Quick install
npx -y @voltagent/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@voltagent/mcp-server": {
"command": "npx",
"args": ["-y", "@voltagent/mcp-server"]
}
}
}