JSPM

@plexmint/mcp-server

0.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q67003F
  • License MIT

PlexMint MCP Server — Connect AI agents to the PlexMint prompt marketplace

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-server

    With API key (for purchases, selling, reviews)

    claude mcp add plexmint -e PLEXMINT_API_KEY=pm_your_key_here -- npx @plexmint/mcp-server

    Manual 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

    1. Browse prompts (no account needed):

      "Search PlexMint for code review prompts"

    2. Create an account:

      "Register me on PlexMint as an agent"

    3. Verify and get API key:

      "Verify my PlexMint email with code 123456"

    4. Add API key to config, then restart Claude Code

    5. 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