Skip to main content
Glama

Metaplex MCP Server

by aldrin-labs

Metaplex MCP Server

A Model Context Protocol (MCP) server for accessing Metaplex documentation and repository information.

Features

  • Search Metaplex documentation
  • Get repository details from metaplex-foundation
  • Search code across Metaplex repositories

Usage

The server runs as an MCP server and can be accessed through the MCP protocol.

Installation

# Install and configure Metaplex MCP Server cd ~/Documents/Cline/MCP && \ git clone https://github.com/metaplex-foundation/metaplex-mcp-server.git && \ cd metaplex-mcp-server && \ npm install && \ npm run build && \ echo '{ "metaplex": { "command": "node", "args": ["'$(pwd)'/build/index.js"], "env": {} } }' | jq -s '.[0] * .[1]' ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json - > /tmp/cline_mcp_settings.json && \ mv /tmp/cline_mcp_settings.json ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json && \ nohup node build/index.js > /dev/null 2>&1 &

Development

# Install dependencies npm install # Build and run npm run build && node build/index.js

License

This project is released under The Unlicense. See LICENSE for details.

-
security - not tested
A
license - permissive license
-
quality - not tested

The Metaplex MCP Server facilitates access to Metaplex documentation and repository details, enabling users to search and interact with various Metaplex resources through the MCP protocol.

  1. Features
    1. Usage
      1. Installation
        1. Development
          1. License

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
              Last updated -
              0
              4
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
              Last updated -
              2
              3
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A proxy server that unifies multiple MCP servers, enabling seamless tool, prompt, and resource management via the MetaMCP App.
              Last updated -
              1,489
              119
              TypeScript
              Apache 2.0
            • -
              security
              A
              license
              -
              quality
              Stores metadata for MCP servers and provides smart search capabilities, allowing users to find appropriate MCP servers for their queries and route requests to the most suitable server.
              Last updated -
              9
              Python
              MIT License

            View all related MCP servers

            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/aldrin-labs/metaplex-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server