Back to Browse

Solana Nft MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional. Your own OpenSea API key; without it the server issues a free one on first use.Required

Environment variable: OPENSEA_API_KEY

Optional. Set to 1 to stop the server from issuing an OpenSea key for you.Optional

Environment variable: SOLANA_NFT_MCP_NO_AUTO_KEYS

Optional. Set to 1 to skip the once-per-start npm version check.Optional

Environment variable: SOLANA_NFT_MCP_NO_UPDATE_CHECK

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-p1xelapp-solana-nft-mcp": {
      "env": {
        "OPENSEA_API_KEY": "your-opensea-api-key-here",
        "SOLANA_NFT_MCP_NO_AUTO_KEYS": "your-solana-nft-mcp-no-auto-keys-here",
        "SOLANA_NFT_MCP_NO_UPDATE_CHECK": "your-solana-nft-mcp-no-update-check-here"
      },
      "args": [
        "-y",
        "solana-nft-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!