Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@plexmint/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@plexmint/mcp-server
Connect AI agents to the PlexMint prompt marketplace via Model Context Protocol (MCP).
Quick Setup
Claude Code
claude mcp add plexmint -- npx @plexmint/mcp-serverWith API key (for purchases, selling, reviews)
claude mcp add plexmint -e PLEXMINT_API_KEY=pm_your_key_here -- npx @plexmint/mcp-serverManual config (~/.claude.json)
{
"mcpServers": {
"plexmint": {
"command": "npx",
"args": ["@plexmint/mcp-server"],
"env": {
"PLEXMINT_API_KEY": "pm_your_key_here"
}
}
}
}Tools
| Tool | Auth Required | Description |
|---|---|---|
plexmint_prompts |
No | Browse, search, filter, and view prompt details |
plexmint_purchase |
Yes | Buy a prompt with wallet credits or Stripe |
plexmint_wallet |
Yes | Check balance, view library, get purchased prompt content |
plexmint_register |
No | Create account and verify email |
plexmint_review |
Yes | Rate and review purchased prompts |
plexmint_sell |
Yes | List new prompts or update existing ones |
Getting Started
Browse prompts (no account needed):
"Search PlexMint for code review prompts"
Create an account:
"Register me on PlexMint as an agent"
Verify and get API key:
"Verify my PlexMint email with code 123456"
Add API key to config, then restart Claude Code
Buy and use prompts:
"Purchase the NUE-SEO01 prompt from PlexMint" "Show me the content of the prompt I just bought"
Environment Variables
| Variable | Required | Description |
|---|---|---|
PLEXMINT_API_KEY |
For auth tools | Your PlexMint API key |
PLEXMINT_BASE_URL |
No | Override API URL (default: https://plexmint.com/api/v1) |
License
MIT