Bitte AI Integration

Integrate with Bitte AI to enhance your applications with advanced capabilities. Leverage the MCP server to streamline interactions and improve functionality across services. Start building intelligent solutions effortlessly with our robust framework.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install BitteProtocol/mcp -c claude

This command will automatically install and configure the Bitte AI Integration MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Bitte AI Integration": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-proxy"
      ],
      "env": {}
    }
  }
}

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

Share:
Details:
  • Stars


    8
  • Forks


    2
  • Last commit


    3 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Bitte AI Integration:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Bitte AI Integration: MCP Server – MCP.Bar