data-ai MCP Server
Model Context Protocol (MCP) servers with Claude Code. These tools dramatically enhance Claude Code's capabilities, allowing it to interact with your filesystem, web browsers, and more.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @modelcontextprotocol/server-github
2. Add to claude_desktop_config.json
{
"mcpServers": {
"claude-code-mcp": {
"command": "npx",
"args": [
"claude-code-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)