Recurse MCP
@namanyayg
An MCP server for the Recurse Center
Overview
What is Recurse MCP?
A bridge between the Recurse Center API and AI, built by Namanyay (SP2'25). It exposes Recurse Center endpoints as MCP tools for use with any MCP-compatible AI assistant, such as Claude or ChatGPT.
How to use Recurse MCP?
Clone the repo, create a .env file with your Recurse Center personal access token (RECURSE_PAT), run npm install and npm start. The server runs on port 9000 by default.
Key features of Recurse MCP
- Find Recursers and view their profiles
- Check who is currently at the hub
- Look up batches and locations
- Works with any MCP-compatible AI assistant
- Exposes Recurse Center API as AI tools
Use cases of Recurse MCP
- Search for fellow Recursers without direct API access
- Quickly check who is in the hub today
- Look up batch and location information via an AI assistant
FAQ from Recurse MCP
What are the requirements to run Recurse MCP?
Node.js, a Recurse Center personal access token, and a sense of humor.
Where does my data go when using Recurse MCP?
Data is retrieved from the Recurse Center API via the token you provide; no data is stored by the server itself.
Is Recurse MCP an official Recurse Center tool?
No, it was built independently by a Recurser and is not affiliated with the Recurse Center.
Can I use Recurse MCP with AI assistants other than Claude?
Yes, any AI assistant that supports the Model Context Protocol (MCP) can use it.