Para MCP Server is an open-source developer demo that combines a custom Model Context Protocol (MCP) server with a Next.js 16 web UI to make Para wallets easy to explore, build with, and integrate into AI workflows.

The MCP server exposes Para-powered tools (for example, creating pregenerated EVM wallets backed by Para's server SDK and storing encrypted user shares in PostgreSQL via Drizzle ORM). On top of that, a Next.js demo app shows how human users and AI agents can work together: there is a chat interface that talks to the MCP server using the Vercel AI SDK and use-mcp, a debug page with RainbowKit + wagmi wallet connections, and a claim flow for pregenerated wallets built with the Para web/react SDK.

This project is meant as a reference implementation for hackathons and production teams who want to: (1) expose blockchain capabilities to AI agents through MCP, (2) give users a clean wallet UX powered by Para, and (3) wire everything up with a modern React/Next.js stack and a real database-backed key storage flow.

Built With

  • next.js-16-?-react-19-?-typescript-?-para-sdk-(web
  • react
  • server)-?-xmcp-(mcp-server-tooling)-?-vercel-ai-sdk-?-use-mcp-?-rainbowkit-?-wagmi-+-viem-+-ethers-?-drizzle-orm-?-postgresql-?-tailwind-css-?-coinbase-cdp-sdk
Share this project:

Updates