mcpbeat Sign in

Solana Nft MCP Server

local only

Solana Nft MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Read-only Solana NFT data for AI: ownership history, custody rules, marketplace sales and floors.

Installs / week
npm · solana-nft-mcp
1
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Solana Nft MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add solana-nft-mcp -- npx -y solana-nft-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "solana-nft-mcp": {
      "args": [
        "-y",
        "solana-nft-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.solana-nft-mcp]
command = "npx"
args = ["-y", "solana-nft-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "solana-nft-mcp": {
      "args": [
        "-y",
        "solana-nft-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "solana-nft-mcp": {
      "args": [
        "-y",
        "solana-nft-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENSEA_API_KEY (Optional. Your own OpenSea API key; without it the server issues a free one on first use.), SOLANA_NFT_MCP_NO_AUTO_KEYS (Optional. Set to 1 to stop the server from issuing an OpenSea key for you.), SOLANA_NFT_MCP_NO_UPDATE_CHECK (Optional. Set to 1 to skip the once-per-start npm version check.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Solana Nft MCP

same job, measured the same way
Parceled
by parceled

Real estate data for AI agents: US parcel boundaries (tiles), owners, sale history, permits, hail.

answering
Wudao A-Share Stock Data MCP
by jcdreamjc

Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.

answering
TOTVS Protheus
by mcp-dir

TOTVS Protheus ERP for AI: stock, sales, orders, customers and MRP. Read-only, official API.

32 tools answering
Polymarket Toolkit
by runesleo

Read-only Polymarket data tools for AI agents: profiles, PnL, market scans. No keys, no orders.

47 installs/wk local only
zobrx
by zobrx

Read-only zobrx e-commerce data: P&L, orders, inventory, marketplace, tax & shelf insights.

58 tools answering
Polymarket MCP
by 0xchron

Read-only Polymarket prediction market data for AI agents.

174 installs/wk local only
Apibara Vehicle Auction Data
by apibara

Read-only MCP for Copart and IAA/IAAI search, history, filters, locations, shipping, and usage.

8 tools answering
GST Cranes Public Discovery MCP
by gkmex75

Public read-only discovery tools for GST Cranes marketplace, wanted ads, and Crane Wiki.

33 installs/wk local only

Solana Nft MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Solana Nft MCP?
Solana Nft MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package solana-nft-mcp.
How do I connect Solana Nft MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls solana-nft-mcp straight from npm; nothing to host, nothing to sign up for.
Is Solana Nft MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.