Erick Wendel Contributions

v1.0.0Search & Data Extractionstable

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.

graphqllarge-language-modelsllmmodel-context-protocolmodel-context-protocol-servers
Share:
240
Stars
0
Downloads
0
Weekly
0/5

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

Search talks and blog posts
Access video content
Query developer content
ErickWendel

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx erick-wendel-contributions-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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-mcp
2

Add 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.

3

Restart your MCP client

Fully quit and reopen Claude Desktop. The Erick Wendel Contributions server should appear in your connected tools list.

4

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.

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.

Quick Config Preview

{ "mcpServers": { "erick-wendel-contributions-mcp": { "command": "npx", "args": ["-y", "erick-wendel-contributions-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides