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.
Metaplex Server
Project Details
- aldrin-labs/metaplex-mcp-server
- The Unlicense
- Last Updated: 1/9/2025
Recomended MCP Servers
A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx...
Provide LLMs hosted, clean markdown documentation of libraries and frameworks
MCP for calling Siri Shorcuts from LLMs
Sparkmango lets agents generate and use MCP servers from contract ABIs
Local MCP server that converts and transcribes video and audio files 100% on device
MCP Server with Remote SSH support
Ancestry MCP server made with Python that allows interactability with .ged (GEDCOM) files
MQTT MCP Server
MCP server that can execute commands such as keyboard input and mouse movement on macOS
A MCP Server for Google Scholar: 🔍 Enable AI assistants to search and access Google Scholar papers through...
lazyload component for react





