MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by eugenepyvovarov

Created 1/16/2026
Updated about 3 hours ago
Repository documentation and setup instructions

Official $AISKILLS Links: Bags.fmJupiterPhotonDEXScreener

Official CA: 2D2r9bmrR813VfXw6nEjuzoWboD9k3ior53zybasBAGS (on Solana)

MCP Bundler (macOS)

MCP Bundler is a macOS SwiftUI app for managing and running Model Context Protocol (MCP) servers, with a headless stdio mode for CLI and automation workflows. The codebase targets the MCP lifecycle spec baseline dated 2025-06-18.

Status

I decided to move the project from Paid software to open source thanks to Bags platform I need some time to prepare the code for open sourcing it and for allowing to download builds straight from the site and remove license gate. Bear with me, I need some hours for this.

Until then you can download app here: TEMP DOWNLOAD LINK

Features

  • Manage local MCP servers and remote endpoints from a native macOS UI.
  • Headless stdio runner for scripting and tool integrations.
  • Skill marketplace sources with curated defaults.
  • OAuth flows and remote auth support (work in progress).

Requirements

  • macOS
  • Xcode (latest stable)

Contributing

PRs should describe changes, list tests run, and link relevant spec sections.

License

License is not finalized yet.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/eugenepyvovarov/MCPbundler
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "eugenepyvovarov-mcpbundler": { "command": "git", "args": [ "clone", "https://github.com/eugenepyvovarov/MCPbundler" ] } } }