manoj-mcp
Allows searching Confluence pages, reading page content, and creating new pages in any space.
Allows searching for files, reading the content of Google Docs, and listing files in a folder.
Enables searching email threads, reading full threads, creating drafts (without sending), and checking unread inbox count.
Provides tools for creating, searching, retrieving, transitioning, and commenting on Jira issues, as well as listing a user's open issues.
Provides capabilities for searching messages across channels, reading recent channel messages, finding channel IDs, and sending messages to channels.
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., "@manoj-mcpShow my open Jira issues"
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.
Manoj's Personal MCP Server
Remote MCP server giving Claude access to Jira, Confluence, Gmail, Drive, and Slack — from any device including phone.
Tools included
Tool | What it does |
| Create a Jira issue with summary, description, priority, labels |
| Search issues by plain English or JQL |
| Get full details of any issue |
| Move issue to new status (In Progress, Done, etc.) |
| Add a comment to any issue |
| Get all your open issues |
| Search pages by keyword |
| Read full page content |
| Create a new page in any space |
| Search email threads |
| Read a full email thread |
| Create a draft (does not send) |
| Get unread inbox count |
| Search Drive files by name or content |
| Read a Google Doc's content |
| List files in a folder |
| Search messages across all channels |
| Read recent messages in a channel |
| Find a channel ID by name |
| Send a message to a channel |
Related MCP server: Jira MCP Server
Deploy to Railway (free, ~15 minutes)
Step 1 — Push to GitHub
cd manoj-mcp
git init
git add .
git commit -m "initial commit"Then create a new repo on github.com (name it manoj-mcp, private) and:
git remote add origin https://github.com/YOUR_USERNAME/manoj-mcp.git
git push -u origin mainStep 2 — Deploy on Railway
Go to railway.app → Sign in with GitHub
Click New Project → Deploy from GitHub repo → select
manoj-mcpRailway auto-detects Node.js and deploys. Wait ~2 minutes.
Go to Settings → Networking → click Generate Domain → copy your URL e.g.
https://manoj-mcp-production.up.railway.app
Step 3 — Set environment variables in Railway
Go to your service → Variables tab → add all from .env.example:
Variable | Where to get it |
| Make up a long random string — use a password generator |
|
|
|
|
| |
| See below |
| See below |
Getting GMAIL_ACCESS_TOKEN:
Select scopes:
Gmail API v1(gmail.readonly, gmail.compose) +Drive API v3(drive.readonly) +Google Docs API v1(documents.readonly)Click Authorize → Exchange for tokens → copy Access Token
Note: access tokens expire in 1 hour. For permanent access you'll need OAuth refresh flow — we'll set that up next.
Getting SLACK_BOT_TOKEN:
Go to api.slack.com/apps → Create New App → From Scratch
Name:
Manoj MCP→ pick your workspaceGo to OAuth & Permissions → Bot Token Scopes → add:
channels:read,channels:history,search:read,chat:writeClick Install to Workspace → copy Bot User OAuth Token (starts with
xoxb-)
Step 4 — Test
curl https://your-railway-url.railway.app/health
# Should return: {"status":"ok","service":"manoj-mcp"}
curl -H "Authorization: Bearer YOUR_TOKEN" https://your-railway-url.railway.app/sse
# Should open SSE streamStep 5 — Connect in Claude.ai on phone
Open Claude.ai on phone → Settings → MCP Servers (or Integrations)
Add new server:
URL:
https://your-railway-url.railway.app/sseAuth: Bearer
YOUR_MCP_AUTH_TOKEN
Save → you'll see all 20 tools available
Local development
npm install
cp .env.example .env
# Fill in .env values
npm run devServer runs on http://localhost:3000
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
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/nfs-mym/manoj-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server