Erick Wendel Contributions
A Model Context Protocol server that enables AI agents to query Erick Wendel's talks, blog posts, and videos across different platforms using natural language.
What is Erick Wendel Contributions?
Erick Wendel Contributions is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server that enables ai agents to query erick wendel's talks, blog posts, and videos across different platforms using natural language.
A Model Context Protocol server that enables AI agents to query Erick Wendel's talks, blog posts, and videos across different platforms using natural language.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Model Context Protocol server that enables AI agents to qu
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx erick-wendel-contributions-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Erick Wendel Contributions
The Erick Wendel Contributions MCP server provides AI agents with queryable access to Erick Wendel's full catalog of tech talks, blog posts, and videos published across multiple platforms. It exposes tools for paginated, filterable lookups by language, year, topic, city, and portal, plus a status check and statistical summary resource. JavaScript and Node.js developers use it to discover specific talks or posts from one of the most prolific speakers in the Node.js community without manually searching multiple platforms.
Prerequisites
- Node.js 18+ with npx available
- An MCP-compatible client such as Claude Desktop, Cursor, or Claude Code
- No API keys required — the server queries publicly available contribution data
Test the server with npx
Run the package once to confirm it starts without errors. The server uses the @erickwendel/contributions-mcp scoped package.
npx -y @erickwendel/contributions-mcpAdd the server to your MCP client config
Open your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS) and add the server entry. No environment variables are required.
Restart your MCP client
Fully quit and reopen Claude Desktop. The Erick Wendel Contributions server should appear in your connected tools list.
Check server status
Verify the API backend is reachable by asking Claude to call the check-status tool.
Erick Wendel Contributions Examples
Client configuration
Claude Desktop and Cursor config for the Erick Wendel Contributions MCP server. No API keys needed.
{
"mcpServers": {
"erickwendel-contributions": {
"command": "npx",
"args": ["-y", "@erickwendel/contributions-mcp"]
}
}
}Prompts to try
Query talks, posts, and videos using natural language through the server's filtering tools.
- "How many talks did Erick Wendel give in 2023?"
- "Show me all talks Erick gave in Spanish."
- "Find blog posts about WebXR or WebAssembly."
- "List videos published about Node.js performance in 2024."
- "Give me a summary of Erick Wendel's contributions by year."
- "Find talks given at JSConf or NodeConf events."Troubleshooting Erick Wendel Contributions
check-status returns an error or the API is unreachable
The server fetches data from a remote API. Check your internet connection. If the API is temporarily down, wait a few minutes and retry. The server itself does not require local credentials.
npx fails to find the package @erickwendel/contributions-mcp
Ensure you are using the scoped package name with the @erickwendel/ prefix. The unscoped name 'erick-wendel-contributions-mcp' is just a shorthand reference — the actual npm package is @erickwendel/contributions-mcp.
Filtering by language returns unexpected results
The 'language' filter refers to the spoken/written language of the content (e.g. 'en', 'pt-BR'), not a programming language. Use the correct language code for the content you are looking for.
Frequently Asked Questions about Erick Wendel Contributions
What is Erick Wendel Contributions?
Erick Wendel Contributions is a Model Context Protocol (MCP) server that model context protocol server that enables ai agents to query erick wendel's talks, blog posts, and videos across different platforms using natural language. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Erick Wendel Contributions?
Follow the installation instructions on the Erick Wendel Contributions GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Erick Wendel Contributions?
Erick Wendel Contributions works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Erick Wendel Contributions free to use?
Yes, Erick Wendel Contributions is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Erick Wendel Contributions Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Erick Wendel Contributions? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Erick Wendel Contributions in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Erick Wendel Contributions?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.