Erick Wendel Contributions is an MCP (Model Context Protocol) server. It provides tools to search Erick Wendel's content—such as talks, blog posts, and videos—using natural language queries.
To use it, clone the GitHub repository, install its dependencies, and start the server. You can then query the data through compatible AI tools like Claude or Cursor.
Key features include being built with MCP, using TypeScript and Zod for type safety, native Node.js execution, a GenQL-generated SDK, and a modular design. It employs standard I/O transport, structured error handling, and works with tools like Claude Desktop and MCPHost.
Use cases include finding the number of talks in a given year, retrieving posts on topics like WebXR, or searching for videos on specific subjects.
For installation, clone the repo and follow the documentation. A free alternative to use the server is MCPHost. The project is written in TypeScript.