
Prompeteer
from 2slides
Generate expert-level AI prompts for 140+ platforms, score quality with 16-dimension Prompt Score analysis, and manage prompts in PromptDrive library
Overview
Prompeteer is a remote MCP server that connects Claude, Cursor, Windsurf, and other AI tools directly to your Prompeteer account. Generate expert-level prompts for 140+ AI platforms, score quality with 16-dimension PromptIQ analysis, and manage your prompts in PromptDrive.
Available Tools
Once connected, the following MCP tools are available inside your AI assistant:
Tool Description
generate_prompt Create optimized prompts for 140+ AI platforms
list_prompts Browse your PromptDrive library
get_prompt Retrieve any saved prompt
score_prompt Get PromptIQ quality scores (16-dimension analysis)
save_to_promptdrive Save prompts to your PromptDrive
Key Features
-
140+ Platform Support โ Generate prompts optimized for ChatGPT, Claude, Gemini, Midjourney, Stable Diffusion, and 135+ more
-
PromptIQ Scoring โ 16-dimension prompt quality analysis to measure and improve your prompts
-
PromptDrive Library โ Store, organize, and retrieve all your prompts in one place
-
Works Everywhere โ Compatible with Claude Desktop, Claude Web, Cursor, Windsurf, and any MCP-compatible tool
Setup
Prerequisites
-
A Prompeteer account at https://prompeteer.ai
-
An API key from your Prompeteer Settings
Installation (Claude Desktop)
-
Open Claude Desktop settings: Settings โ Developer โ Edit Config
-
Find the config file:
-
Mac:
~/Library/Application Support/Claude/claude_desktop_config.json -
Windows:
%APPDATA%\Claude\claude_desktop_config.json -
Add the following configuration (replace
YOUR_API_KEYwith your key from Settings):
{
"mcpServers": {
"prompeteer": {
"command": "npx",
"args": [
"mcp-remote",
"https://prompeteer.ai/mcp/sse",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}
- Save the file and restart Claude Desktop.
Full setup guide: https://prompeteer.ai/connect
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ