mcps

nakomis/mcps
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
MCP servers for Claude Code — CC0
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcps": {
      "command": "uvx",
      "args": [
        "mcps"
      ]
    }
  }
}

Or install with pip: pip install mcps

README Excerpt

MCP servers for use with Claude Code. All code is CC0 — no rights reserved. If you find this useful, please consider buying me a coffee: | Server | Description | |---|---| | [evernote-mcp](evernote-mcp/) | Read-only access to Evernote notes via exported .enex files | | [trello-mcp](trello-mcp/) | Read/write access to Trello boards, lists, and cards |