Skip to main content
Glama
jinikeai

Jinike AI MCP Server

Official
by jinikeai

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

read_inbox

Get recent emails from Gmail or Outlook

send_email

Send an email through the verification pipeline

get_calendar

Get upcoming calendar events

create_event

Create a calendar event with attendees

get_tasks

Get active tasks sorted by priority

create_task

Create a new task with priority and due date

complete_task

Mark a task as completed

daily_briefing

Get a comprehensive briefing of email, calendar, and tasks

Related MCP server: ClaudePost

Prompts

Prompt

Description

morning-briefing

Comprehensive morning briefing template

email-draft

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 build

Add 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

JINIKE_URL

Your Jinike instance URL

https://jinike.ai

JINIKE_API_KEY

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:

  1. Claude invokes a tool (e.g., read_inbox)

  2. The MCP server calls Jinike's API with your credentials

  3. Jinike fetches data from your connected services (Gmail, Outlook, etc.)

  4. The response flows back to Claude

  5. 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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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