MCP Jibun Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated9
- 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.Last updated1317MIT

riocloud-readerofficial
Alicense-qualityDmaintenanceEnables 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.Last updated18BSD 2-Clause "Simplified"- Alicense-qualityDmaintenanceEnables AI agents to interact with the Moltbook social network, including posting, reading feeds, commenting, voting, and semantic search.Last updatedMIT
Related MCP Connectors
Public social-data API and live docs for AI coding agents.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elecmonkey/mcp-jibun'
If you have feedback or need assistance with the MCP directory API, please join our Discord server