A Model Context Protocol (MCP) server that provides tools to query Erick Wendel's contributions across different platforms
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"erickwendel-contribu": {
"command": "npx",
"args": [
"-y",
"ErickWendel/erickwendel-contributions-mcp"
]
}
}
}
Run in terminal:
claude mcp add erickwendel-contribu npx -y ErickWendel/erickwendel-contributions-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"erickwendel-contribu": {
"command": "npx",
"args": [
"-y",
"ErickWendel/erickwendel-contributions-mcp"
]
}
}
}