Prompeteer MCP Server
An enterprise-grade toolset for AI prompt engineering that enables users to generate optimized prompts for over 140 platforms and analyze prompt quality across 16 dimensions. It also integrates with PromptDrive to manage and browse personal libraries of saved prompts directly within AI clients.
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.
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)
- 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
| 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
See prompeteer.ai/pricing for current plans and pricing.
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
- Website: prompeteer.ai
- MCP Documentation: prompeteer.ai/mcp
- Privacy Policy: prompeteer.ai/privacy
- Terms of Service: prompeteer.ai/terms
- Support: info@prompeteer.com
License
MIT — This repository contains connection configuration and documentation only. The Prompeteer platform is proprietary.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.