🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@prompeteer.ai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prompeteer.ai/mcp-server

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.

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
21
-44.74%
Maintainers
1
Weekly downloads
 
Created
Source

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

ToolDescriptionType
generate_promptGenerate an optimized AI prompt for any of 140+ platformsWrite
list_promptsBrowse your PromptDrive library with search and filteringRead
get_promptRetrieve a specific saved prompt by IDRead
score_promptAnalyze prompt quality across 16 dimensionsRead
save_to_promptdriveSave a prompt to your PromptDrive libraryWrite

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)

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

ChatGPT

  • Open ChatGPT Settings > Developer Mode
  • Click Add App
  • Enter URL: https://prompeteer.ai/mcp
  • 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

PropertyValue
Endpoint (SSE)https://prompeteer.ai/mcp/sse
Endpoint (Streamable HTTP)https://prompeteer.ai/mcp
AuthenticationOAuth 2.1 with PKCE
Authorization URLhttps://prompeteer.ai/oauth/authorize
Token URLhttps://prompeteer.ai/oauth/token
Discoveryhttps://prompeteer.ai/mcp/.well-known/oauth-authorization-server
Scopesmcp:read, mcp:write, mcp:generate
Rate Limit120 requests/minute
Session Limit20 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

TierPrompt GenerationsRead ToolsPrice
Free5/monthUnlimited$0
ProUnlimitedUnlimited$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

License

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

Keywords

mcp

FAQs

Package last updated on 06 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts