costrict-plugins mirror of anthropic-mcp-server-dev (auto-generated, do not edit)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"anthropic-mcp-server": {
"command": "npx",
"args": [
"-y",
"costrict-plugins-repo/anthropic-mcp-server-dev"
]
}
}
}
Run in terminal:
claude mcp add anthropic-mcp-server npx -y costrict-plugins-repo/anthropic-mcp-server-dev
Add to .cursor/mcp.json:
{
"mcpServers": {
"anthropic-mcp-server": {
"command": "npx",
"args": [
"-y",
"costrict-plugins-repo/anthropic-mcp-server-dev"
]
}
}
}