NEAR MCP
Official
MCPの近く
このプロジェクトは、 NEARブロックチェーンと連携するためのモデルコンテキストプロトコル( MCP )互換サーバーです。このツールは、LLMとAIエージェントがNEARアカウントとブロックチェーン機能に安全にアクセスし、連携するための手段を提供します。
クイックスタート
claude code cliを使用してnear-mcpサーバーをすぐに開始する方法は次のとおりです。
npm install -g @anthropic-ai/claude-code
claude mcp add near-mcp npx @nearai/near-mcp@latest run
claudeまたは、Phala CloudにMCPサーバーをリモートで展開するには、こちらの手順を確認してください。
Related MCP server: near-hydra-mcp
インストール
near-mcp MCP互換クライアントで使用することを目的としています。詳しくはMCPドキュメントをご覧ください。
claude mcp add near-mcp npx @nearai/near-mcp@latest runJSON 構成経由で claude デスクトップに追加します:
{
"mcpServers": {
"near-mcp": {
"command": "npx",
"args": ["-y", "@nearai/near-mcp@latest", "run"],
"env": {}
}
}
}gooseに追加する
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ near-mcp
│
◇ What command should be run?
│ npx @nearai/near-mcp@latest run
│
◇ Please set the timeout for this tool (in secs):
│ 60
│
◇ Would you like to add environment variables?
│ No
│
└ Added near-mcp extensionまたは、グローバルにインストールして直接使用することもできます。
# Install globally
npm install -g @nearai/near-mcp@latest
# Or use directly with npx
npx @nearai/near-mcp@latest run利用可能なツール
利用可能なツールと引数のリストについては、 TOOLS.md を参照してください。
AIモデルとの統合
このツールは、モデルコンテキストプロトコルをサポートするAIモデルで使用するように設計されています。これにより、AIアシスタントは以下のことが可能になります。
ユーザーに代わってNEARアカウントを管理する
口座残高とステータスを確認する
トランザクションに署名して送信する
新しいアカウントを作成し、アクセスキーを管理する
スマートコントラクトの検査と実行
セキュリティに関する考慮事項
このMCPはローカルで実行されるように設計されています。アカウントの秘密鍵は、MCPサーバーが稼働しているローカルの暗号化されていないキーストアに保存されます。
基盤となるモデルは*、1つの例外*を除き、やり取りするアカウントの秘密鍵を参照する権限を持たないようにする必要があります。import_accountツールを使用すると、モデルは秘密鍵からアカウントをインポートできます。ただし
import_accountこのツールを使用するには、ユーザーがモデルに秘密鍵を提供する必要があります。
貢献
NEAR MCP サーバーへの貢献を歓迎します。詳細については、 CONTRIBUTING.mdファイルをご覧ください。
問題の報告
バグを見つけた場合や機能のリクエストがある場合は、GitHub リポジトリで問題を開いてください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates interaction with Starknet blockchain via MCP by exposing various RPC methods, allowing users to query chain states, transaction details, and block information using natural language queries.1129MIT
- AlicenseNot gradedqualityCmaintenanceEnables cross-chain transactions (swap, send, balance) on 10 blockchains from a single NEAR account, designed for AI agents and humans via MCP.6Apache 2.0
- AlicenseAqualityDmaintenanceThe NEAR MCP Server enables AI agents to interact with the NEAR Protocol blockchain, providing smart contract interaction, transaction handling, and event listening with AI-driven processing.391ISC
- AlicenseNot gradedqualityCmaintenanceEnables interaction with the Casper Network blockchain via MCP, providing tools for wallet creation, CSPR transfers, staking/delegation, and account queries.3MIT
Related MCP Connectors
MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry
Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes.
MCP server for Blockscout
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nearai/near-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server