Prompeteer MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Prompeteer MCP Servergenerate an optimized Claude prompt for a software architect"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 an optimized AI prompt for any of 140+ platforms | Write |
| Browse your PromptDrive library with search and filtering | Read |
| Retrieve a specific saved prompt by ID | Read |
| Analyze prompt quality across 16 dimensions | Read |
| Save a prompt to your PromptDrive library | Write |
Related MCP server: PromptForge MCP Server
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/mcpComplete OAuth login
ChatGPT
Open ChatGPT Settings > Developer Mode
Click Add App
Enter URL:
https://prompeteer.ai/mcpComplete 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/sseServer URL (Streamable HTTP):
https://prompeteer.ai/mcpAuthentication: OAuth 2.1 (automatic redirect)
Server Details
Property | Value |
Endpoint (SSE) |
|
Endpoint (Streamable HTTP) |
|
Authentication | OAuth 2.1 with PKCE |
Authorization URL |
|
Token URL |
|
Discovery |
|
Scopes |
|
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnhances and cleans raw prompts using AI to make them more clear, actionable, and effective. Provides quality assessment, suggestions, and supports both general and code-specific optimization modes.Last updated1MIT
- Alicense-qualityDmaintenanceIntelligently optimizes and enhances user prompts before execution using pattern matching, domain-specific enhancements, and analytics tracking for consistent AI outputs across marketing, data analysis, tax/accounting, and code generation domains.Last updated172MIT
- FlicenseAqualityCmaintenanceRefines and improves AI prompts using workspace-aware context from your project's tech stack, structure, and dependencies. Includes tools to analyze prompt quality and generate well-structured prompts from raw ideas.Last updated42095
- AlicenseBqualityDmaintenanceAutomatically analyzes and optimizes AI prompts by calculating clarity scores, detecting risks, asking clarifying questions, and adding domain-specific requirements to improve AI interaction quality.Last updated1MIT
Related MCP Connectors
Run ads on Google, Meta, LinkedIn, TikTok and more from AI. 430+ tools across 13 platforms.
Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prompeteer/prompeteer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server