Overview
What is Metaplex MCP Server?
A Model Context Protocol (MCP) server for accessing Metaplex documentation and repository information. It lets you search Metaplex documentation, retrieve repository details from metaplex‑foundation, and search code across Metaplex repositories.
How to use Metaplex MCP Server?
Clone the repository, run npm install and npm run build, then configure the server in your MCP settings file. The server is started with node build/index.js.
Key features of Metaplex MCP Server
- Search Metaplex documentation
- Get repository details from metaplex-foundation
- Search code across Metaplex repositories
Use cases of Metaplex MCP Server
- Quickly look up Metaplex documentation through an MCP client
- Inspect repository metadata for Metaplex‑Foundation projects
- Search codebases across the Metaplex ecosystem
FAQ from Metaplex MCP Server
What runtime is required?
Node.js and npm are used to install, build, and run the server.
How is the server installed and configured?
Clone the repository, run npm install and npm run build, then add its configuration (command node with args [path/to/build/index.js]) to your MCP settings file.
What license is the project under?
The project is released under The Unlicense.
Does the server require any API keys or environment variables?
The README shows an empty env object in the configuration; no environment variables or API keys are listed.
What data sources does the server access?
It accesses Metaplex documentation and repository information from metaplex-foundation, and searches code across Metaplex repositories.