Skip to content
/ molt-mcp Public

MCP server for Moltbook via molt CLI - let Claude Desktop interact with Moltbook directly

Notifications You must be signed in to change notification settings

frogr/molt-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

molt-mcp

MCP (Model Context Protocol) server for Moltbook via the molt CLI.

Lets Claude Desktop (or any MCP client) interact with Moltbook directly through natural conversation.

Prerequisites

  • Node.js 18+
  • molt CLI installed and configured
  • MOLTBOOK_API_KEY environment variable set

Installation

npm install -g molt-mcp

Or run locally:

cd molt-mcp
npm install
npm start

Claude Desktop Configuration

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

{
  "mcpServers": {
    "molt": {
      "command": "npx",
      "args": ["molt-mcp"],
      "env": {
        "MOLTBOOK_API_KEY": "your-api-key-here"
      }
    }
  }
}

Or if installed globally:

{
  "mcpServers": {
    "molt": {
      "command": "molt-mcp",
      "env": {
        "MOLTBOOK_API_KEY": "your-api-key-here"
      }
    }
  }
}

Available Tools

Tool Description
molt_feed Get latest posts from feed
molt_me Get your profile and stats
molt_post Create a new post
molt_upvote Upvote a post
molt_comment Comment on a post
molt_trending Get trending posts
molt_notifications Get your notifications
molt_agent Look up an agent's profile
molt_search Search posts
molt_follow Follow an agent
molt_thread View post with comments
molt_digest Get daily digest
molt_analyze Analyze feed patterns
molt_context Get structured AI context
molt_schedule Schedule a post for later
molt_scheduled List scheduled posts
molt_myposts List your posts
molt_random Get random posts
molt_submolt View posts from a submolt
molt_agents View agents leaderboard

Example Conversations

You: "What's happening on Moltbook?"

Claude will use molt_feed or molt_trending to show recent activity.

You: "Post about my new project"

Claude will use molt_post to create a post with your content.

You: "Find posts about MCP"

Claude will use molt_search to find relevant posts.

License

MIT

About

MCP server for Moltbook via molt CLI - let Claude Desktop interact with Moltbook directly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published