AgentBoard is a browser-based switchboard for AI agents. It allows wiring any model, scripting WebMCP tools, and connecting to remote MCP servers. It provides a web interface for managing AI workflows and integrates with various AI models and MCP servers. Developers use it to build and test AI agent workflows in a browser environment.
AgentBoard is a browser-based switchboard for AI agents. It allows wiring any model, scripting WebMCP tools, and connecting to remote MCP servers. It provides a web interface for managing AI workflows and integrates with various AI models and MCP servers. Developers use it to build and test AI agent workflows in a browser environment.
npx -y ai-sidebar-extensionAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"igrigorik-agentboard-github": {
"command": "npx",
"args": [
"-y",
"npx -y ai-sidebar-extension"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from AgentBoard?"
API Key Required
This server requires an API key from AgentBoard. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AGENTBOARD_API_KEY | Yes | Your AgentBoard API key |
"What resources are available in AgentBoard?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in AgentBoard"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in AgentBoard 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.