Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

solana-mcp-vybe

MCP.Pizza Chef: vybenetwork

Vybe's Solana connector plugs a live blockchain data feed directly into your chat, letting you check wallet balances, token prices, and transaction activity without leaving the conversation. It works in Cursor and other apps that support the Model Context Protocol, such as Claude Desktop, and instead of installing any software you simply point your app at a shared web address. You sign in through a quick one-time login screen rather than typing in a technical key, then ask plain-language questions about any wallet, token, or transaction on the Solana network.

Data
Web/Research

Use This MCP server To

Check how much crypto is in a Solana wallet Look up the current price of a Solana token See the recent transactions for a wallet or token Track how a token's price is trending over time Compare balances across a few different Solana wallets Pull live Solana market details into a report or note

README

Solana MCP by Vybe

Solana MCP by Vybe lets Cursor, Claude, 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.

The live MCP endpoint is:

https://mcp.vybenetwork.com

Product and setup guides: docs.vybenetwork.com/docs/mcp

This repository holds:

  • server.json — metadata published to the official MCP Registry (GitHub Actions).
  • .mcp.json and mcp.jsonOpen Plugins–style MCP config at the repo root so directory UIs (e.g. Cursor “Submit a Plugin” with Auto GitHub scan) can detect a plugin component. They use npx mcp-remote and the MCP URL only — no secrets in the repo. Clients authenticate via OAuth for this host (see discovery on https://mcp.vybenetwork.com).

examples/cursor-mcp.json is the same idea for native url config: URL only; use your client’s OAuth flow for this MCP.

GitHub repository name

vybenetwork/solana-mcp-vybe (starts with solana-mcp, includes Vybe).

Publish a new listing version

  1. Clone or use this repo at github.com/vybenetwork/solana-mcp-vybe

  2. Tag and push (the workflow sets server.json version from the tag):

    git tag v1.0.0
    git push origin v1.0.0

    Or 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.

  1. 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 (or whatever your client supports) for https://mcp.vybenetwork.com.

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.

solana-mcp-vybe FAQ

Which apps can I use this with?
It works in Cursor and other apps that support the Model Context Protocol, including Claude Desktop, once you add the connection following Vybe's setup guide.
Do I need an API key or account to use this?
You do not need to create or paste in an API key. The first time you connect, you sign in through a one-time login screen, similar to logging into a website.
How hard is it to set up?
Setup is a quick copy-and-paste step — you add a small snippet that points your app at Vybe's shared web address, then complete a one-time login. No installation or coding is required.
Can I use this to check my Solana wallet balance?
Yes — you can ask your assistant to look up the balance and holdings for any Solana wallet address in plain language.
Can I use this to research a specific token?
Yes — you can ask for a token's current price, recent trading activity, and other on-chain details without leaving your chat.
Does this work with ChatGPT, Claude, or Gemini?
It is built for apps that support the Model Context Protocol, which today includes Cursor and Claude Desktop; whether it works in ChatGPT or Gemini depends on those apps adding similar connections.
Is it safe to look up wallet information this way?
Yes — you are only viewing public blockchain information, such as balances and transaction history, the same information anyone can see on a Solana block explorer.