Token导航 LogoToken导航TokenDH.com
Para MCP Server logo
金融服务未说明官方级别未说明来源级核验

Para MCP Server

MCP Server

Para MCP服务器是一个基于Next.js的演示UI,用于运行和管理MCP HTTP服务器,支持钱包连接和支付功能。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
区块链开发工具Next.js

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

uratmangun

提供方

uratmangun

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

para-mcp-server – How to Run

This folder contains the Para MCP server + Next.js demo UI.


1. Prerequisites

  • Node.js 20 or higher
  • pnpm as the package manager (this repo uses a pnpm workspace)
  • PostgreSQL (optional, required only if you use pregenerated wallets – see DATABASE_SETUP.md)

2. Install Dependencies

From the repository root (where pnpm-workspace.yaml lives):

pnpm install

This installs all workspace dependencies, including those for para-mcp-server.


3. Configure Environment Variables

From this directory (typescript/community/mcp-tools/para-mcp-server):

  1. Copy the example env file:
   cp .env.example .env
  1. Edit .env and fill in the required values from the comments in .env.example:

- Para SDK - PARA_API_KEY - NEXT_PUBLIC_PARA_API_KEY - NEXT_PUBLIC_PARA_ENVIRONMENT (e.g. BETA or PROD)

- WalletConnect - NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID

- Coinbase Developer Platform (CDP) – for faucet and paymaster support - CDP_API_KEY_ID - CDP_API_KEY_SECRET - NEXT_PUBLIC_PAYMASTER_URL (optional for sponsored gas)

- RPC URLs (optional but recommended) - NEXT_PUBLIC_BASE_SEPOLIA_RPC_URL

  1. (Optional, for pregenerated wallets) Configure the database URL as described in DATABASE_SETUP.md:
   DATABASE_URL=postgresql://username:password@host:port/database

Then follow DATABASE_SETUP.md to create the database and run migrations if you need that functionality.


4. Run in Development

From this directory:

pnpm dev

This runs:

  • xmcp dev – starts the MCP HTTP server based on xmcp.config.ts
  • next dev -p 3012 – starts the Next.js app on http://localhost:3012

Open your browser at:

  • Next.js UI: http://localhost:3012

Use the xmcp documentation for details on connecting your MCP client to the running server.


5. Build and Run in Production Mode

From this directory:

  1. Build the project:
   pnpm build

This runs xmcp build and then next build.

  1. Start the production server:
   pnpm start

The Next.js app will run on http://localhost:3012 in production mode. Ensure your .env file contains the correct production API keys and URLs before deploying or running in production.

目录标签

目录标签

区块链开发工具Next.jsTypeScript本地部署钱包连接支付功能

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP