claude-dev-suite MCP Server
claude-dev-suite is a TypeScript MCP server for VS Code with npx, git clone. Specialized agents, MCP servers, skills, and a visual dashboard for Claude Code. MIT.
How to use claude-dev-suite MCP Server
Install or run
git clone https://github.com/claude-dev-suite/claude-dev-suite.git
cd claude-dev-suiteClient configuration
{
"version": "1.0.0",
"project": {
"name": "my-app",
"type": "fullstack",
"isMonorepo": false
},
"mcpServers": [
"documentation",
"database-query",
"docker-manager",
"api-tester",
"dashboard-bridge"
],
"stacks": {
"frontend": {
"framework": "react",
"metaFramework": "nextjs",
"styling": "tailwindcss",
"stateManagement": "zustand+tanstack-query"
},
"backend": {
"runtime": "nodejs",
"framework": "nestjs",
"apiStyle": "rest"
},
"database": {
"type": "postgresql",
"orm": "prisma"
},
"testing": {
"unit": "vitest",
"e2e": "playwright"
}
},
"git": {
"provider": "github",
"repository": "https://github.com/owner/my-app",
"tokenEnvVar": "GITHUB_TOKEN"
},
"agents": {
"enabled": [
"architect",
"code-reviewer",
"react-expert",
"nextjs-expert",
"nestjs-expert",
"prisma-expert",
"vitest-expert",
"playwright-expert",
"docker-expert"
]
}
}Compatible clients
What is claude-dev-suite MCP Server?
claude-dev-suite is a TypeScript MCP server for VS Code with npx, git clone. Specialized agents, MCP servers, skills, and a visual dashboard for Claude Code. MIT. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Shell commands support
- Browser use support
- Spreadsheet work support
- Document generation support
- Anthropic provider support
- Google provider support
Available tools
Technical details
Install or run claude-dev-suite using npx. Check claude-dev-suite/claude-dev-suite for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Python
- Built for Go
- Built for Rust
- Install or run with npx
- Install or run with git clone
- Works with VS Code
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use claude-dev-suite MCP Server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for vs code users.
Built with
Explore related resources
Frequently asked questions
What is claude-dev-suite?
claude-dev-suite is a TypeScript MCP server for VS Code with npx, git clone. Specialized agents, MCP servers, skills, and a visual dashboard for Claude Code. MIT.
Who is claude-dev-suite best for?
claude-dev-suite is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, vs code users.
How do I install claude-dev-suite?
Install or run claude-dev-suite using npx. Check claude-dev-suite for the latest setup command.
Is claude-dev-suite actively maintained?
claude-dev-suite may need a closer maintenance check before production use.
Auto-fetched from GitHub.