Solana MCP by Vybe
OfficialAllows browsing schemas or making live Solana API calls, enabling interaction with the Solana blockchain.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Solana MCP by Vybeshow me the top 5 Solana tokens by market cap"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Solana MCP by Vybe
Solana MCP by Vybe lets Cursor, Claude, Codex, and other MCP clients browse schemas or make live Solana API calls through one public MCP server.
Public Model Context Protocol (MCP) registry metadata for Solana MCP by Vybe.
MCP endpoint
Use the streamable HTTP endpoint:
https://mcp.vybenetwork.xyz/mcpRegistry metadata (server.json) publishes the remote as:
https://mcp.vybenetwork.xyzClients that require an explicit MCP path (ChatGPT Developer Mode, Codex, Cursor HTTP) should use https://mcp.vybenetwork.xyz/mcp.
Copy-paste setup for the public docs site: docs/mcp.md. Live product guides: docs.vybenetwork.com/docs/mcp (still may show the old .com host until that site is updated).
Related MCP server: onchain-mcp
Quick setup
Cursor / Windsurf / Codex-style HTTP
{
"mcpServers": {
"solana-mcp-vybe": {
"type": "http",
"url": "https://mcp.vybenetwork.xyz/mcp"
}
}
}Same snippet: examples/cursor-mcp.json.
Claude Desktop via mcp-remote
{
"mcpServers": {
"solana-mcp-vybe": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.vybenetwork.xyz/mcp"]
}
}
}Claude.ai custom connector or Connectors Directory
Name: Solana MCP by Vybe
URL: https://mcp.vybenetwork.xyz/mcpPortal copy for the official directory: claude-connector-submission.json.
Claude Code / Cowork plugin
This repo is a Claude plugin (/.claude-plugin/plugin.json). Validate, then submit the public GitHub URL:
claude plugin validate .Authenticate with OAuth when the client prompts. Do not commit API keys into this repo.
What this repository holds
server.json— metadata published to the official MCP Registry (GitHub Actions). Remote URL:https://mcp.vybenetwork.xyz..mcp.jsonandmcp.json— root MCP/plugin configs for directory UIs (e.g. Cursor “Submit a Plugin”). Native HTTP tohttps://mcp.vybenetwork.xyz/mcp— no secrets..codex-plugin/plugin.json— Codex plugin metadata for local install/refresh against the same MCP URL..claude-plugin/plugin.json— Claude Code / Cowork plugin manifest (skills + remote MCP).claude-connector-submission.json— field-by-field copy for the Claude Connectors Directory portal.chatgpt-app-submission.json— draft ChatGPT Apps submission fields.
Available tools
Tool | Description |
| Browse API paths with methods and summaries |
| Search paths, operations, and schemas by keyword |
| Full OpenAPI details for one path and method |
| Live authenticated read of any |
| Live authenticated read across many wallets in one call |
| Unsigned swap / close-account / withdraw-MEV payload |
| x402 pay-per-call integration guidance |
GitHub repository name
vybenetwork/solana-mcp-vybe (starts with solana-mcp, includes Vybe).
Publish a new listing version
Clone or use this repo at
github.com/vybenetwork/solana-mcp-vybeTag and push (the workflow sets
server.jsonversionfrom the tag):git tag v1.0.0 git push origin v1.0.0Or run Actions → Publish to MCP Registry → Run workflow (uses the version already in
server.json).
Publishing uses GitHub OIDC in Actions; no personal token secret is required.
If you use mcp-publisher login github locally and get 403 for io.github.vybenetwork/...: Git apps like Git Credential Manager are unrelated. Open GitHub → Settings → Applications → Authorized OAuth Apps, choose the app you authorized during mcp-publisher login github (device flow), then under Organization access click Grant for vybenetwork. On SAML-enforced orgs, also complete SSO for that OAuth app. Then run mcp-publisher logout, mcp-publisher login github, and publish again.
Verify:
curl -sS "https://registry.modelcontextprotocol.io/v0.1/servers?search=vybenetwork" | jq .
Cursor and other directories
Use examples/cursor-mcp.json as the install snippet. For Cursor Directory, submit after the registry publish succeeds; use OAuth for https://mcp.vybenetwork.xyz/mcp.
Registry catalog id
server.json name: io.github.vybenetwork/solana-mcp-vybe. Display title: Solana MCP by Vybe.
Publish: push main, then git tag vX.Y.Z && git push origin vX.Y.Z, or Actions → Publish to MCP Registry.
This server cannot be deployed
Maintenance
Related MCP Connectors
Solana tools over MCP: Jupiter swaps, SPL tokens, Metaplex NFTs, SNS domains, network stats.
Solscan MCP — Solana block-explorer API (Pro v2)
- OneOAuthai.withone
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Weather, code search, currency & Solana trust scoring as MCP tools. Free, no API key needed.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenancemcp server that allows to do actual actions related to solana first version adds knowledge about RPC methods and how to call them25-
- AlicenseAqualityDmaintenanceProvides read-only access to Solana on-chain data, enabling natural language queries for wallet balances, token holdings, prices, transactions, and more via MCP-compatible clients.8MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for interacting with the Solana blockchain. Provides tools to query balances, transactions, tokens, and network stats.15 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Solana blockchain through MCP, supporting wallet queries, token swaps via Jupiter, token transfers, and market data.MIT