Vercel MCP Server
About
An MCP server deployed on Vercel that provides a dice rolling tool.
Details
- Author
- msabramo
- Categories
- Productivity, Other
Jump to
Setup
Install Vercel MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/msabramo/vercel-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Control Protocol (MCP) server deployed on Vercel that provides a dice rolling tool.
Your MCP server will be available athttp://localhost:3000/api/mcp
- Push your code to a GitHub repository
- Connect your repository to Vercel
- Deploy with a single click
- Your MCP server will be available athttps://your-project.vercel.app/api/mcp
Rolls an N-sided die and returns the result.
- sides(number): The number of sides on the die (minimum 2)
{ "content": [ { "type": "text", "text": "π² You rolled a 4!" } ] }
Add the following to your Claude Desktop configuration:
{ "mcpServers": { "vercel-mcp": { "command": "npx", "args": [ "@modelcontextprotocol/server-fetch", "https://your-project.vercel.app/api/mcp" ] } } }
In Cursor, you can connect to your MCP server through the MCP settings by adding:
- Server URL:https://your-project.vercel.app/api/mcp
You can test your MCP server by making HTTP requests to the endpoint. The server accepts MCP protocol messages over HTTP.
vercel-mcp/ βββ app/ β βββ api/ β βββ mcp/ β βββ route.ts # MCP handler implementation βββ package.json βββ next.config.js βββ tsconfig.json βββ README.md
- Add more tools to your MCP server
- Customize the dice rolling tool
- Deploy to production on Vercel
- Connect to your favorite MCP host (Claude, Cursor, etc.)
The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
The media memory layer for AI agents and their humans. Track books, movies, music, shows, and anime.
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
An MCP server for WordPress plugin audits
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




