npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@prompeteer.ai/mcp-server

v2.0.0

Published

Enterprise-grade MCP server for AI prompt engineering. Generate expert-level prompts for 140+ platforms, score quality across 16 dimensions, and manage prompts in PromptDrive.

Readme

Prompeteer MCP Server

Enterprise-grade MCP server for AI prompt engineering. Generate expert-level prompts for 140+ AI platforms, score prompt quality across 16 dimensions, and manage your prompts in PromptDrive.

Website MCP Transport Auth


Tools

| Tool | Description | Type | |------|-------------|------| | generate_prompt | Generate an optimized AI prompt for any of 140+ platforms | Write | | list_prompts | Browse your PromptDrive library with search and filtering | Read | | get_prompt | Retrieve a specific saved prompt by ID | Read | | score_prompt | Analyze prompt quality across 16 dimensions | Read | | save_to_promptdrive | Save a prompt to your PromptDrive library | Write |

Quick Setup

Claude Desktop

Add to your claude_desktop_config.json (Settings > Developer > Edit Config):

{
  "mcpServers": {
    "prompeteer": {
      "url": "https://prompeteer.ai/mcp/sse",
      "transport": "sse"
    }
  }
}

Claude.ai (Web)

  1. Open Claude.ai
  2. Go to Settings > Connectors > Manage Connectors
  3. Click Add custom server
  4. Enter URL: https://prompeteer.ai/mcp
  5. Complete OAuth login

ChatGPT

  1. Open ChatGPT Settings > Developer Mode
  2. Click Add App
  3. Enter URL: https://prompeteer.ai/mcp
  4. Complete OAuth login

Cursor

Add to .cursor/mcp.json:

{
  "servers": {
    "prompeteer": {
      "type": "sse",
      "url": "https://prompeteer.ai/mcp/sse"
    }
  }
}

VS Code / GitHub Copilot

Add to .vscode/mcp.json:

{
  "servers": {
    "prompeteer": {
      "type": "sse",
      "url": "https://prompeteer.ai/mcp/sse"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "prompeteer": {
      "serverUrl": "https://prompeteer.ai/mcp/sse",
      "transport": "sse"
    }
  }
}

Cline / Continue / Other MCP Clients

Use these connection details in your client's MCP settings:

  • Server URL (SSE): https://prompeteer.ai/mcp/sse
  • Server URL (Streamable HTTP): https://prompeteer.ai/mcp
  • Authentication: OAuth 2.1 (automatic redirect)

Server Details

| Property | Value | |----------|-------| | Endpoint (SSE) | https://prompeteer.ai/mcp/sse | | Endpoint (Streamable HTTP) | https://prompeteer.ai/mcp | | Authentication | OAuth 2.1 with PKCE | | Authorization URL | https://prompeteer.ai/oauth/authorize | | Token URL | https://prompeteer.ai/oauth/token | | Discovery | https://prompeteer.ai/mcp/.well-known/oauth-authorization-server | | Scopes | mcp:read, mcp:write, mcp:generate | | Rate Limit | 120 requests/minute | | Session Limit | 20 per user |

Features

  • 140+ Platform Support — Optimized prompt generation for ChatGPT, Claude, Gemini, Midjourney, DALL-E, Stable Diffusion, Suno, and 130+ more
  • 16-Dimension Quality Scoring — Linguistic quality, structural integrity, information density, platform optimization
  • PromptDrive — Personal prompt library with search, categorization, and auto-tagging
  • Multi-Modal — Text, image, video, audio, and code prompt generation
  • Multi-Lingual — 45+ language support
  • Interactive MCP Apps — Rich UI components rendered directly in compatible clients
  • Enterprise Security — OAuth 2.1 with PKCE, rate limiting, session management, audit logging

Pricing

| Tier | Prompt Generations | Read Tools | Price | |------|-------------------|------------|-------| | Free | 5/month | Unlimited | $0 | | Pro | Unlimited | Unlimited | $50/month |

All read-only tools (list_prompts, get_prompt, score_prompt) are free and unlimited on all tiers.

Supported Clients

Works with any MCP-compatible client including:

  • Claude Desktop / Claude.ai / Claude Code
  • ChatGPT (Developer Mode + Custom GPTs)
  • Cursor
  • VS Code / GitHub Copilot
  • Windsurf
  • Cline
  • Continue
  • Zed
  • goose (Block)
  • Amazon Q CLI
  • LM Studio
  • LobeChat

Links

License

MIT — This repository contains connection configuration and documentation only. The Prompeteer platform is proprietary.