Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Model Context Protocol Server
  • MCP Framework
  • Math MCP Server for MacOS
  • MCP Serverexe
  • Spotify MCP Server
Back to MCP Servers
Bitte MCP Proxy

Bitte MCP Proxy

Public
BitteProtocol/mcp

A monorepo containing Model Control Protocol (MCP) servers for different services, primarily focused on Bitte AI integrations.

Verified
typescript
0 tools
May 29, 2025
Updated May 30, 2025

MCP Proxy Monorepo

This monorepo contains MCP (Model Control Protocol) servers for different services.

Server URI

https://mcp.bitte.ai/sse

Add to Curser Settings

{
  "mcpServers": {
    "bitte-ai": {
      "url": "https://mcp.bitte.ai/sse"
    }
  }
}

Packages

  • bitte-ai: MCP server for Bitte AI integrations

Setup

To install dependencies:

bun install

Development

This project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.

Build all packages

bun run build

Start both services

bun run start

Development mode

bun run dev

Format and lint your code

bun run check # To fix automatically: bun run check:fix

Run individual services

# Run bitte-ai service bun run dev:bitte-ai

Adding a new package

  1. Create a new directory in the packages folder
  2. Add the necessary package.json, tsconfig.json, and implementation files
  3. Update the root package.json and tsconfig.json to include your new package

This project uses Bun as the JavaScript runtime.

For more information: Vibestreaming Logs

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Model Context Protocol Server
    MCP Model Context Protocol Server

    A server implementation demonstrating how AI models can interact with external tools and services th...

    Added May 30, 2025
  • MCP Framework
    MCP Framework

    A TypeScript framework for building Model Context Protocol (MCP) servers with automatic discovery an...

    Added May 30, 2025
  • Math MCP Server for MacOS
    Math MCP Server for MacOS

    Implements a math agent using Model Control Protocol that performs mathematical calculations and vis...

    Added May 30, 2025
  • MCP Serverexe
    MCP Serverexe

    A powerful executable server for running Model Context Protocol services that supports tool chain ex...

    Added May 30, 2025
  • Spotify MCP Server
    Spotify MCP Server

    Integrates with Spotify Web API through the Model Context Protocol, allowing users to search tracks,...

    Added May 30, 2025