# Monad MCP

> Monad MCP server built on Next.js. Provides blockchain tools for interacting with the Monad network, including ABI guessing, contract analysis, and EVM interactions.

- Skill: `yejiming/monad-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/monad-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/monad-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/monad-mcp

---


# Monad MCP Server

Official MCP server from Monad.

An example MCP server built on Next.js for interacting with the Monad blockchain. Provides tools, prompts, and resources for blockchain exploration and smart contract interaction using the MCP TypeScript SDK.

## Installation

Update `app/mcp.ts` with your tools following the [MCP TypeScript SDK documentation](https://github.com/modelcontextprotocol/typescript-sdk).

For running on Vercel, requires a Redis instance under `process.env.REDIS_URL` and [Fluid compute](https://vercel.com/docs/functions/fluid-compute) enabled.

## Links

- **GitHub**: https://github.com/monad-developers/monad-mcp

