The devbox-mcp server allows AI agents to manage Microsoft Dev Box resources. It provides tools to create, configure, and delete Dev Box instances. It connects to the Microsoft Dev Box API to perform these actions. Developers use it to automate Dev Box management tasks, such as setting up development environments or cleaning up unused resources.
The devbox-mcp server allows AI agents to manage Microsoft Dev Box resources. It provides tools to create, configure, and delete Dev Box instances. It connects to the Microsoft Dev Box API to perform these actions. Developers use it to automate Dev Box management tasks, such as setting up development environments or cleaning up unused resources.
npx -y @microsoft/devbox-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"microsoft-devbox-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @microsoft/devbox-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from devbox-mcp?"
API Key Required
This server requires an API key from devbox-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DEVBOX-MCP_API_KEY | Yes | Your devbox-mcp API key |
"What resources are available in devbox-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in devbox-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in devbox-mcp 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.