IndiePitcher/indiepitcher-mcp
3.1
If you are the rightful owner of indiepitcher-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
IndiePitcher MCP server is a work-in-progress project aimed at integrating the IndiePitcher SDK for sending emails and managing API keys.
indiepitcher-mcp
IndiePitcher MCP server
This is heavily WIP
- Actually integrate IndiePitcher SDK to send actual email
- Implement passing of IndiePitcher API key
- Figure out deployment to smithery.ai
How to use locally
Build the server
Make sure that you have Swift installed.
- The easiest way on macOS is to download Xcode from the macOS App Store.
- You can alternatively follow the instalation guide on the swift.org
- Works on linux, not sure about Windows TBH
git clone https://github.com/IndiePitcher/indiepitcher-mcp.git
cd indiepitcher-mcp
swift build --configuration release
Integrate the server
Claude Desktop
Update claude_desktop_config.json
{
"mcpServers": {
"indiepitcher-server": {
"command": "/[replace this part]/indiepitcher-mcp/.build/release/indiepitcher-mcp",
"args": []
}
}
}