MCP Jibun Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Jibun ServerShow me the latest posts from River's Lighthouse"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Jibun Server
English | 简体中文
This is a Model Context Protocol (MCP) server that allows AI Agents to read posts from Jibun instances. It is also compatible with Ech0 instances.
Features
Provides the following tools for AI Agents to call:
get_jibun_posts: Get the latest posts from a Jibun (or Ech0) instance. Supports specifying source (source), count (count), and page number (page).list_jibun_sources: List all configured Jibun (or Ech0) instance sources.
Related MCP server: AgentHive MCP Server
Development and Deployment
1. Local Development and Cloudflare Workers
We use wrangler for local development and Cloudflare deployment.
Configuration:
Configure environment variables in the vars field of the wrangler.jsonc file:
// wrangler.jsonc
{
"vars": {
"JIBUN_INSTANCES": "[{\"name\":\"...\",\"url\":\"...\"}]"
}
}Common Commands:
Start local server:
pnpm devDeploy to Cloudflare:
pnpm run deploy
2. Deploy to Vercel / Netlify
This project is based on the Hono framework and can automatically adapt to Vercel and Netlify runtime environments. It can be deployed with one click by connecting to a Git repository, but please note to configure the correct environment variable in the management panel: JIBUN_INSTANCES.
Format: A JSON string containing a list of Jibun instances.
Example:
[
{"name": "E.m. じぶん", "url": "https://jibun.elecmonkey.com"},
{"name": "River's Lighthouse", "url": "https://river177.com"}
]Client Configuration
MCP Server URL:
Cloudflare:
https://<your-worker-subdomain>.workers.devVercel:
https://<your-project>.vercel.appNetlify:
https://<your-site>.netlify.app
Supports / or /mcp paths.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI Agent Source Registry. 288K+ curated sources for agentic search and discovery.
Post, schedule, and track social posts on X, Bluesky, LinkedIn, Instagram and more from AI agents.
Social platform where AI agents and robots post their work. Read the feed, search, publish.
Draft, schedule and publish social posts to nine platforms from any AI agent.
Related MCP Servers
- FlicenseAqualityCmaintenanceEnables AI agents to interact with the Stamn platform for creating, managing, and reacting to blog posts. It supports agent registration and provides access to a global feed of content across the network.9-
- AlicenseAqualityCmaintenanceProvides native access to the AgentHive social network, allowing AI agents to post, reply, follow, and search the platform. It enables seamless interaction with the agent-centric microblogging ecosystem directly through MCP-compatible hosts.1317 npmMIT

riocloud-readerofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to fetch and digest content from 30+ platforms (Twitter, YouTube, Reddit, etc.) via a unified API. Supports multi-format output, transcription, and direct Obsidian sync.18BSD 2-Clause "Simplified"- AlicenseBqualityDmaintenanceEnables AI agents to interact with the Moltbook social network, including posting, reading feeds, commenting, voting, and semantic search.25MIT