✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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.

Featured Templates

View More
AI Characters
Sarcastic AI Chat Bot
128 1438
Customer service
AI-Powered Product List Manager
142 618
AI Assistants
AI Chatbot Starter Kit v0.1
129 665
AI Characters
Your Speaking Avatar
168 683
Customer service
Service ERP
125 754

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.