Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Metaplex MCP Serversearch the Metaplex docs for token metadata standards"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: MCP Server
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.jsLicense
This project is released under The Unlicense. See LICENSE for details.
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.