erickwendel-contributions-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@erickwendel-contributions-mcpShow me talks in Spanish"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
erickwendel-contributions-mcp
A Model Context Protocol (MCP) server that exposes tools to query Erick Wendel's contributions across talks, blog posts, and videos. Use this server with MCP-aware clients such as Claude Desktop, Cursor, or any compatible MCP runtime.
Overview
Tools:
get-talks,get-posts,get-videos,check-statusPrompts:
find-content,summarize-activityResources:
erickwendel://about,erickwendel://statisticsBuilt with: Node.js, TypeScript, MCP SDK, Zod
Requires: Node.js
>=20.0.0
Related MCP server: MCP Docs RAG Server
Features
Query talks, posts, and videos using structured MCP tool calls
Support filtering by ID, title, language, city, country, year, and portal
Provide metadata and resource endpoints for server discovery
Enable prompt-driven queries for content search and high-level summaries
Run locally or consume directly from npm using
npx
Install & Run Locally
git clone https://github.com/erickwendel/erickwendel-contributions-mcp.git
cd erickwendel-contributions-mcp
npm ci
npm start
npm startruns the server on STDIO usingnode --experimental-strip-types --no-warnings src/index.ts.
Available Scripts
npm start— Run the MCP server locallynpm run dev— Run the server with--inspectand file watchingnpm run inspect— Inspect the MCP capabilities with the MCP Inspectornpm test— Run unit testsnpm run lint— Lint source and test filesnpm run lint:fix— Fix lint issues where possible
Using the Published Package
Use this package directly without cloning the repository:
{
"mcpServers": {
"erickwendel-contributions": {
"command": "npx",
"args": ["-y", "@erickwendel/contributions-mcp"]
}
}
}MCP Server Capabilities
Tools
get-talksFilters:
id,title,language,city,country,yearSupports pagination and grouped counts by language/country/city
get-postsFilters:
id,title,language,portalSupports pagination
get-videosFilters:
id,title,languageSupports pagination
check-statusConfirms the server is alive and responding
Prompts
find-contentBuild a query for talks, posts, or videos using topic and language filters
summarize-activityGenerate a summary of content activity, optionally filtered by year
Resources
erickwendel://about— Information about Erick Wendel and server metadataerickwendel://statistics— Content statistics and recommended queries
MCP Client Integration
Cursor
Add or update ~/.cursor/mcp.json with:
{
"mcpServers": {
"erickwendel-contributions": {
"command": "npx",
"args": ["-y", "@erickwendel/contributions-mcp"]
}
}
}For local development, point Cursor to the local project entry file:
{
"mcpServers": {
"erickwendel-contributions": {
"command": "node",
"args": ["--experimental-strip-types", "/absolute/path/to/project/src/index.ts"]
}
}
}Claude Desktop
Add the same MCP server definition to ~/Library/Application Support/Claude/claude_desktop_config.json on macOS:
{
"mcpServers": {
"erickwendel-contributions": {
"command": "npx",
"args": ["-y", "@erickwendel/contributions-mcp"]
}
}
}For local development, use the local project path instead of npx.
MCPHost with Ollama
If you prefer a free MCP runtime, use MCPHost together with Ollama:
go install github.com/mark3labs/mcphost@latestCreate a config file, for example ./mcp.jsonc:
{
"mcpServers": {
"erickwendel-contributions": {
"command": "npx",
"args": ["-y", "@erickwendel/contributions-mcp"]
}
}
}Then run:
ollama pull MODEL_NAME
mcphost --config ./mcp.jsonc -m ollama:MODEL_NAMEExample Queries
Use your MCP client to ask questions such as:
"How many talks were given in 2023?"
"Show me talks in Spanish"
"Find posts about WebXR"
"List videos in Portuguese"
Development Notes
Entry point:
src/index.tsMCP server configuration:
src/config/api.tsTools implementation:
src/tools/talks.ts,src/tools/posts.ts,src/tools/videos.ts,src/tools/status.tsGraphQL and type helpers:
erickwendel-sdk/
Requirements
Node.js
>=20.0.0npm
License
MIT
Built with Model Context Protocol (MCP)
Full MCP Capabilities: Tools, Prompts, and Resources
Type-safe with TypeScript and Zod schema validation
Native TypeScript support in Node.js without transpilation
Generated SDK using GenQL
Modular architecture with separation of concerns
Standard I/O transport for easy integration
Structured error handling
Compatible with Claude Desktop, Cursor, and MCPHost (free alternative)
Note: This project requires Node.js v23+ as it uses the native TypeScript support added in the last year.
Architecture
The codebase follows a modular structure:
src/
├── config/ # Configuration settings
├── types/ # TypeScript interfaces and types
├── tools/ # MCP tool implementations
├── utils/ # Utility functions
├── services/ # API service layer
└── index.ts # Main entry pointTesting
To run the test suite:
npm testFor development mode with watch:
npm run test:devContributing
Contributions are welcome! Please feel free to submit a Pull Request.
Repository code: Erick Wendel
Author
License
This project is licensed under the MIT License - see the LICENSE file for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation contextLast updated22265MIT
- FlicenseAqualityFmaintenanceA TypeScript MCP server that allows querying documents using LLMs with context from locally stored repositories and text files through a RAG (Retrieval-Augmented Generation) system.Last updated417
- FlicenseBqualityCmaintenanceA MCP server that allows you to search and retrieve content on any wiki site using MediaWiki with LLMs 🤖. wikipedia.org, fandom.com, wiki.gg and more sites using Mediawiki are supported!Last updated226
- AlicenseAqualityDmaintenanceAn MCP server that enables querying Erick Wendel's contributions across platforms including talks, blog posts, and videos using natural language through AI assistants like Claude and Cursor.Last updated419MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ezequiel-da-silva/erickwendel-contributions-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server