Jinike AI MCP Server
OfficialAllows reading inbox and sending emails through Jinike's verification pipeline.
Allows viewing upcoming events and creating calendar events with attendees.
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., "@Jinike AI MCP ServerGive me my morning briefing"
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.
Jinike AI MCP Server
Connect Claude to your email, calendar, and tasks through Jinike AI.
This MCP server gives Claude direct access to your Jinike-connected services — Gmail, Outlook, Google Calendar, Outlook Calendar, and Task Management — so Claude can read your inbox, schedule meetings, manage tasks, and deliver daily briefings.
Tools
Tool | Description |
| Get recent emails from Gmail or Outlook |
| Send an email through the verification pipeline |
| Get upcoming calendar events |
| Create a calendar event with attendees |
| Get active tasks sorted by priority |
| Create a new task with priority and due date |
| Mark a task as completed |
| Get a comprehensive briefing of email, calendar, and tasks |
Related MCP server: ClaudePost
Prompts
Prompt | Description |
| Comprehensive morning briefing template |
| Draft an email with voice calibration |
Installation
Claude Code
git clone https://github.com/jinikeai/jinike-mcp-server.git
cd jinike-mcp-server
npm install
npm run buildAdd to your Claude Code config:
{
"mcpServers": {
"jinike": {
"command": "node",
"args": ["/path/to/jinike-mcp-server/build/index.js"],
"env": {
"JINIKE_URL": "https://jinike.ai",
"JINIKE_API_KEY": "your-api-key"
}
}
}
}Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"jinike": {
"command": "node",
"args": ["/path/to/jinike-mcp-server/build/index.js"],
"env": {
"JINIKE_URL": "https://jinike.ai",
"JINIKE_API_KEY": "your-api-key"
}
}
}
}Configuration
Variable | Description | Default |
| Your Jinike instance URL |
|
| Your Jinike API key | Required |
Get your API key from jinike.ai in the Settings tab.
Requirements
Node.js 18+
A Jinike AI account with email and/or calendar connected
Jinike API key
How It Works
The MCP server acts as a bridge between Claude and your Jinike account:
Claude invokes a tool (e.g.,
read_inbox)The MCP server calls Jinike's API with your credentials
Jinike fetches data from your connected services (Gmail, Outlook, etc.)
The response flows back to Claude
Email sending goes through Jinike's verification pipeline for safety
All actions respect Jinike's Hallucination Defense System (HDS) and verification pipeline. High-risk actions (sending emails, deleting events) require approval.
Security
Your API key authenticates you with Jinike
Email data is not stored by the MCP server
All email sending goes through Jinike's approval flow
The MCP server runs locally on your machine (stdio transport)
About Jinike AI
Jinike is a personal AI life operating system with 55 capabilities across 9 pillars. Gmail, Outlook, Google Calendar, Slack, LinkedIn, X/Twitter, Instagram integrations deployed. Patent-pending Hallucination Defense System. Jinike AI, LLC.
Website: jinike.ai
License
MIT
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.
Latest Blog Posts
- 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/jinikeai/jinike-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server