Bike MCP Server

Bike MCP Server

Enables reading, writing, and manipulation of Bike outlines on macOS through natural language, using AppleScript for local document management.

Category
Visit Server

README

Bike MCP Server

MCP (Model Context Protocol) server for Bike outliner app on macOS.

Features

Reading

  • bike_list_documents - List all open documents
  • bike_get_document_outline - Read document structure (supports max_depth)
  • bike_query_rows - Search rows using Bike's outline path syntax

Writing

  • bike_create_document - Create new documents with optional structure
  • bike_create_rows - Add rows with nested children and positioning
  • bike_update_row - Edit row content and type (batch support)
  • bike_delete_row - Remove rows (batch support)
  • bike_group_rows - Group/move multiple rows under a parent

Requirements

  • macOS (uses AppleScript)
  • Node.js 18+
  • Bike app installed

Installation

Via Desktop Extension (recommended)

  1. Download bike-mcp-server.mcpb from releases
  2. Double-click the file to open with Claude Desktop
  3. Click Install

From source

cd bike-mcp-server
npm install
npm run build

Usage with Claude Desktop

Add to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "bike": {
      "command": "node",
      "args": ["/path/to/bike-mcp-server/dist/index.js"]
    }
  }
}

Then restart Claude Desktop.

Development

# Watch mode for development
npm run dev

# Build
npm run build

# Run directly
npm start

How It Works

The server communicates with Bike via AppleScript, using the osascript command. All operations require Bike to be running with a document open.

The outline structure is returned as human-readable indented text:

My Document (doc:abc123)

- First item [row:row-1]
  - Sub-item [row:row-1-1]
- Second item [row:row-2]

Example Prompts

Here are some prompts you can use with Claude Desktop:

  1. Explore your outlines: "List my open Bike documents and show me the outline of the first one"

  2. Create structured content: "Create a new Bike document with a project plan that has 3 main phases, each with 2-3 tasks"

  3. Search and transform: "Find all rows containing 'TODO' in my Bike document and convert them to task items"

Testing

No account or authentication required. To test the server:

  1. Open Bike app on macOS
  2. Create or open a document with some sample content
  3. Use Claude Desktop to interact with your outlines

Privacy

This server does not collect, store, or transmit any personal data. All communication happens locally between Claude Desktop and the Bike app via AppleScript. No data leaves your machine.

Support

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured