MCP ExplorerExplorer

Metaplex Mcp Server

@aldrin-labson 10 months ago
1 Unlicense
FreeCommunity
AI Systems
Metaplex MCP Server for accessing documentation and repository info.

Overview

What is Metaplex Mcp Server

Metaplex MCP Server is a Model Context Protocol (MCP) server designed for accessing Metaplex documentation and repository information.

Use cases

Use cases include accessing Metaplex documentation for development purposes, retrieving specific repository information, and searching for code snippets across multiple Metaplex repositories.

How to use

To use the Metaplex MCP Server, clone the repository, install the necessary dependencies, build the project, and run the server using the MCP protocol.

Key features

Key features include searching Metaplex documentation, retrieving repository details from the metaplex-foundation, and searching code across Metaplex repositories.

Where to use

Metaplex MCP Server can be used in software development environments, particularly for developers working with Metaplex projects and documentation.

Content

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers