Line-bot
MCP server for LINE Messaging API — send messages, manage groups, rich menus, webhooks, and more.
## Features
- Push, reply, multicast, and broadcast messages
- User profiles, follower lists, and bot info
- Group chat management (summary, members, profiles)
- Rich menu CRUD, default setting, and per-user linking
- Message quota monitoring and follower insights
- Webhook URL configuration and connectivity testing
## 25 Tools
**Messages**: push, reply, multicast, broadcast, validate
**User & Bot**: get profile, get follower IDs, get bot info, display loading
**Group Chat**: get summary, get members count, get member IDs, get member profile
**Rich Menu**: create, list, get, delete, set default, link to user
**Quota & Insights**: get quota, get consumption, get followers count
**Webhook**: set URL, get info, test endpoint
## Configuration
- LINE_CHANNEL_ACCESS_TOKEN — Channel Access Token from LINE Developers Console (Messaging API channel
settings)
Google Docs
MCP server for Google Docs : create, read, edit, format, and manage documents through 26 tools.
## Features
- Create and read document content with full structure
- Insert, delete, and replace text at any position
- Format text: bold, italic, underline, fonts, colors, links
- Paragraph styles: alignment, spacing, headings (H1-H6)
- Bulleted and numbered lists
- Tables: insert, add/delete rows and columns, merge cells
- Headers, footers, and section breaks
- Named ranges for bookmarking content
- Raw batchUpdate for any Docs API operation
## 26 Tools
- **Document**: create and get document content
- **Content**: insert text, delete, replace all, insert image, page break
- **Text Formatting**: update text style, update paragraph style
- **Lists**: create and delete bullets/numbering
- **Tables**: insert table, add/delete rows and columns, merge/unmerge cells
- **Headers & Footers**: create and delete headers and footers
- **Sections & Named Ranges**: section breaks, create and delete named ranges
- **Advanced**: raw batchUpdate pass-through
## Configuration
- `GOOGLE_CLIENT_ID` : OAuth 2.0 Client ID from Google Cloud Console
- `GOOGLE_CLIENT_SECRET` : OAuth 2.0 Client Secret
- `GOOGLE_REFRESH_TOKEN` : Refresh token with documents scope
WordPress
MCP server for WordPress REST API — manage posts, pages, media, comments, taxonomy, and users.
## Features
- Full CRUD for posts, pages, comments, and media
- Taxonomy management (categories, tags)
- User and site information
- HTTP Basic Auth with Application Passwords
## 20 Tools
**Posts**: create, list, get, update, delete posts
**Pages**: create, list, get, update, delete pages
**Media**: list media, upload from URL
**Comments**: create, list, get, update comments
**Taxonomy**: manage categories and tags
**Users & Site**: get users, site settings
## Configuration
- WORDPRESS_URL — Your WordPress site URL
- WORDPRESS_USERNAME — WordPress username
- WORDPRESS_APP_PASSWORD — Application Password (Settings > Users > Application Passwords)
Gemini File Search
MCP server for Google's Gemini File Search and RAG (Retrieval-Augmented Generation).
## Features
- Create and manage File Search stores
- Upload documents (text, PDF, base64) with custom metadata and chunking config
- Import existing Gemini files into stores
- Track upload/operation status
- Query documents using RAG with model selection and metadata filtering
## 12 Tools
**Store Management**: create, list, get, delete stores
**Upload & Import**: upload content directly or import existing files
**Operations**: check status of store/upload operations
**Documents**: list, get, delete documents in stores
**RAG Query**: query documents with Gemini models (supports metadata filters)
## Configuration
- GEMINI_API_KEY — Get one at https://aistudio.google.com/apikey
Google Drive
MCP server for Google Drive API v3 : search, read, create, share, and manage files and folders.
## Features
- Search files with powerful query syntax (name, type, folder, date, full-text)
- Read text file content and export Google Workspace files (Docs, Sheets, Slides)
- Create, copy, rename, move, star, trash, and permanently delete files
- Share files with users, groups, domains, or make public with role-based access
- Add comments and threaded replies on files, resolve comment threads
- Manage shared drives (create, list, delete)
- View file revision history and storage quota
## 23 Tools
- **Files (10):** search, get metadata, read content, create, update, copy, delete, export, create folder, empty trash
- **Permissions (3):** list permissions, share file, unshare file
- **Comments (3):** list, create, delete comments
- **Replies (2):** list, create replies (with resolve/reopen actions)
- **Shared Drives (3):** list, create, delete shared drives
- **Revisions (1):** list file revision history
- **About (1):** user info, storage quota, import/export formats
## Configuration
- `GOOGLE_CLIENT_ID` : OAuth 2.0 Client ID from Google Cloud Console
- `GOOGLE_CLIENT_SECRET` : OAuth 2.0 Client Secret
- `GOOGLE_REFRESH_TOKEN` : Refresh token obtained via OAuth consent flow with `drive` scope (use Google OAuth Playground)
SQLite
Local MCP server for SQLite databases — query, manage schema, tables, indexes, and transactions through 15 tools. Install locally via npx only — each user gets their own database.
Features:
- Execute SQL queries and statements with parameter binding
- Full schema management (tables, columns, indexes, foreign keys)
- Database analysis (size, table stats, integrity check)
- WAL mode enabled for better concurrency
Install (Claude Desktop / Cursor):
npx -y @node2flow/sqlite-mcp
Tool categories:
- Query (3): execute_query, execute_run, execute_many
- Schema (4): list_tables, describe_table, list_indexes, list_foreign_keys
- Table (3): create_table, alter_table, drop_table
- Index (2): create_index, drop_index
- Database (3): get_info, vacuum, integrity_check
Configuration:
- SQLITE_DB_PATH (required) — Path to your local SQLite database file
- SQLITE_TIMEOUT (optional) — Busy timeout in milliseconds (default: 5000)
Note: This is a local-only tool. Install via npx to use your own database files.