
Be better at prompting
Be better at prompting
An MCP server implementation that brings Google's research-backed prompt engineering techniques directly to Claude. Swift Prompter operationalizes the strategies from Google's Prompt Engineering whitepaper, delivering proven patterns for more effective AI interactions.
list-templates
search (string, optional): Filter templates by name or descriptiontag (string, optional): Filter templates by tagget-template
template_id (string): ID of the template to retrievebuild-prompt
template_id (string): Template to useinputs (object): Values for template variablesSwift Prompter provides ready-to-use implementations of key techniques from Google's prompt engineering research:
Each technique is implemented as a pre-configured template, optimized based on Google's research findings.
The docker image is available on Docker Hub:
docker pull lumixlabs/swift-prompter:latestAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"swift-prompter": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-w",
"/",
"lumixlabs/swift-prompter"
]
}
}
}Swift Prompter enforces the research-backed workflow for optimal AI responses:
This implementation is based directly on Google's comprehensive prompt engineering research:
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add swift-prompter -- docker run -i --rm -w / lumixlabs/swift-prompter{
"mcpServers": {
"swift-prompter": {
"args": [
"run",
"-i",
"--rm",
"-w",
"/",
"lumixlabs/swift-prompter"
],
"command": "docker"
}
}
}code --add-mcp '{"name":"swift-prompter","args":["run","-i","--rm","-w","/","lumixlabs/swift-prompter"],"command":"docker"}'[mcp_servers.swift-prompter]
command = "docker"
args = ["run", "-i", "--rm", "-w", "/", "lumixlabs/swift-prompter"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/swift-prompter to learn what the "Swift Prompter" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/swift-prompter)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "swift-prompter" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.