MCP-GET

MCP-GET

A unified Model Context Protocol server that provides a consistent interface for AI assistants to interact with productivity tools like Linear, GitHub, Slack, and Notion. It enables users to search, retrieve, and manage tasks and data across multiple workplace services from a single endpoint.

Category
访问服务器

README

MCP-GET

A flexible Model Context Protocol server for accessing multiple task management and productivity services. MCP-GET provides a unified interface for AI assistants to interact with popular workplace tools through a consistent, extensible architecture.

About the Model Context Protocol

The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. Developed by Anthropic, MCP provides a standardized way for AI systems to access real-time information and perform actions across different services.

Key Resources:

Setup

  1. Install dependencies:

    npm install
    
  2. Configure your services in the .env file:

    # Linear (currently supported)
    # Get your API key: https://linear.app/settings/api
    LINEAR_API_KEY=your_linear_api_key_here
    LINEAR_ENABLED=true
    
    # Notion
    # Create integration: https://developers.notion.com/docs/create-a-notion-integration
    NOTION_API_KEY=your_notion_integration_token
    NOTION_ENABLED=true
    
    # Slack
    # Create app: https://api.slack.com/apps
    SLACK_BOT_TOKEN=xoxb-your-slack-bot-token
    SLACK_ENABLED=true
    
    # GitHub
    # Generate token: https://github.com/settings/tokens
    GITHUB_API_KEY=your_github_personal_access_token
    GITHUB_ENABLED=true
    
    # Plaid
    # Get credentials: https://dashboard.plaid.com/developers/keys
    PLAID_CLIENT_ID=your_plaid_client_id
    PLAID_SECRET=your_plaid_secret_key
    PLAID_ENV=sandbox  # or development, production
    PLAID_ENABLED=true
    
  3. Run the server:

    npm start
    

Available Tools

Linear Service

  • linear_get_my_issues: Get recent issues assigned to you from Linear
  • linear_get_issue_details: Get detailed information about a specific Linear issue
  • linear_search_issues: Search for Linear issues by title or description

Notion Service (Planned)

  • notion_get_my_pages: Get recent pages you have access to
  • notion_get_page_details: Get detailed information about a specific page
  • notion_search_pages: Search for pages by title or content

Slack Service (Planned)

  • slack_get_my_messages: Get recent messages from your conversations
  • slack_get_thread_details: Get detailed information about a specific thread
  • slack_search_messages: Search for messages by content or user

GitHub Service (Planned)

  • github_get_my_issues: Get recent issues assigned to you
  • github_get_issue_details: Get detailed information about a specific issue
  • github_search_issues: Search for issues by title or description

Plaid Service (Planned)

  • plaid_get_accounts: Get linked bank accounts and balances
  • plaid_get_transactions: Get recent transactions across accounts
  • plaid_search_transactions: Search transactions by merchant, amount, or description

Architecture

MCP-GET uses a service-based architecture that makes it easy to add new productivity services:

mcp-get/
├── index.js              # Main MCP server
├── config.js             # Service configuration
└── services/
    ├── base.js           # Base service class
    ├── linear.js         # Linear service implementation
    ├── index.js          # Service registry
    └── [future services] # Jira, GitHub, etc.

Each service implements the same interface:

  • getMyIssues(limit): Get user's assigned items
  • getIssueDetails(id): Get detailed item information
  • searchIssues(query, limit): Search items by text

Integration with AI Assistants

MCP-GET integrates seamlessly with AI assistants that support the Model Context Protocol:

Claude Code

Claude Code is Anthropic's official CLI tool that supports MCP servers. Add MCP-GET to your Claude Code configuration to access multiple productivity services directly in your conversations.

Claude Code Resources:

Configuration Example

{
  "mcpServers": {
    "mcp-get": {
      "command": "node",
      "args": ["path/to/mcp-get/index.js"],
      "env": {
        "LINEAR_API_KEY": "your_linear_api_key",
        "GITHUB_API_KEY": "your_github_token",
        "NOTION_API_KEY": "your_notion_integration_token",
        "SLACK_BOT_TOKEN": "your_slack_bot_token",
        "PLAID_CLIENT_ID": "your_plaid_client_id",
        "PLAID_SECRET": "your_plaid_secret"
      }
    }
  }
}

Other Compatible AI Assistants

  • Cline - VS Code extension with MCP support
  • Continue - AI coding assistant with MCP integration
  • Custom implementations using the MCP SDK

Benefits

  • Unified Interface: Consistent command patterns across all services
  • Contextual Awareness: AI assistants can cross-reference data between services
  • Productivity Enhancement: Streamlined workflows without switching between tools
  • Extensible Architecture: Easy to add new services as your workflow evolves

Adding New Services

  1. Create a new service file in services/ (e.g., jira.js)
  2. Extend the BaseService class
  3. Implement the required methods
  4. Add the service to the registry in services/index.js
  5. Add configuration in config.js

See services/linear.js for a complete example.

Development Resources:

Supported Services

Currently Available:

  • Linear: Full support for issues, assignments, and search functionality

Planned Integration:

  • Notion: Database queries, page management, and content search
  • Slack: Message retrieval, thread navigation, and workspace search
  • GitHub: Issues, pull requests, and repository management
  • Plaid: Banking data access, transaction history, and account management

Development Roadmap

MCP-GET is designed to become the definitive MCP server for workplace productivity tools. Our development roadmap includes:

Phase 1: Core Services (Current)

  • Linear integration (Complete)
  • GitHub Issues and Pull Requests
  • Plaid financial data access

Phase 2: Communication Platforms

  • Slack workspace integration
  • Microsoft Teams connectivity
  • Discord server management

Phase 3: Knowledge Management

  • Notion database and page access
  • Confluence space management
  • Obsidian vault integration

Phase 4: Financial & Analytics

  • Enhanced Plaid transaction analysis
  • Banking workflow automation
  • Financial reporting and insights

Contributing

We welcome contributions to expand service support and improve functionality. To add support for a new service:

  1. Create a service class extending BaseService in the services/ directory
  2. Implement required methods following the established interface pattern
  3. Add configuration options to config.js with appropriate environment variables
  4. Update the service registry in services/index.js
  5. Add comprehensive tests and update documentation

Code Quality Standards

  • Follow existing architectural patterns
  • Implement proper error handling and logging
  • Maintain consistent API response formats
  • Include comprehensive JSDoc documentation

API Documentation

Service API References

MCP Development Resources

Support and Community

License

MIT License - see LICENSE for details.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选