Skip to content

IndiePitcher/indiepitcher-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": []
    }
  }
}

About

IndiePitcher MCP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages