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
飞书MCP服务器,用于通过MCP协议向飞书发送消息
Agentic abstraction layer for building high precision vertical AI agents written in python for Model Context Protocol.
An MCP server inspired by devocs.io
test server for semantic tool search
OpenWorkspace-o1 S3 Model Context Protocol Server.
A Model Context Protocol server implementation for ChatterBox, enabling AI agents to interact with online meetings and generate...
An experimental MCP server Rest Client intended to be a replacement of tools postman & insomnia
A MCP Server for sending MIDI sequences to any program that supports MIDI input
MCP Server for converting markdown to PDF
This read-only MCP Server allows you to connect to Databricks data from Claude Desktop through CData JDBC Drivers....





