.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/graphlit/graphlit-mcp-server
home/mcp-servers/graphlit/graphlit-mcp-server
graphlit avatar

graphlit-mcp-server

bygraphlit· 1 MCP server

Installs

722

Stars

379

Forks

52

Category

Data Science & Analytics

View on GitHub

TL;DR

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. This document outlines the setup process and provides a basic example of using the client.

How to install graphlit-mcp-server?

graphlit/graphlit-mcp-server
$git clone https://github.com/graphlit/graphlit-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install graphlit-mcp-server by running `git clone https://github.com/graphlit/graphlit-mcp-server`, then use it for the current task and follow its documentation at https://github.com/graphlit/graphlit-mcp-server.

Files · 1

View on GitHub
README.md
1[![npm version](https://badge.fury.io/js/graphlit-mcp-server.svg)](https://badge.fury.io/js/graphlit-mcp-server)
2[![smithery badge](https://smithery.ai/badge/@graphlit/graphlit-mcp-server)](https://smithery.ai/server/@graphlit/graphlit-mcp-server)
3 
4# Model Context Protocol (MCP) Server for Graphlit Platform
5 
6## Overview
7 
8The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. This document outlines the setup process and provides a basic example of using the client.
9 
10Ingest anything from Slack, Discord, websites, Google Drive, email, Jira, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsurf, Goose or Cline.
11 
12Your Graphlit project acts as a searchable, and RAG-ready knowledge base across all your developer and product management tools.
13 
14Documents (PDF, DOCX, PPTX, etc.) and HTML web pages will be extracted to Markdown upon ingestion. Audio and video files will be transcribed upon ingestion.
15 
16Web crawling and web search are built-in as MCP tools, with no need to integrate other tools like Firecrawl, Exa, etc. separately.
17 
18You can read more about the MCP Server use cases and features on our [blog](https://www.graphlit.com/blog/graphlit-mcp-server).
19 
20Watch our latest [YouTube video](https://www.youtube.com/watch?v=Or-QqonvcAs&t=4s) on using the Graphlit MCP Server with the Goose MCP client.
21 
22For any questions on using the MCP Server, please join our [Discord](https://discord.gg/ygFmfjy3Qx) community and post on the #mcp channel.
23 
24<a href="https://glama.ai/mcp/servers/fscrivteod">
25 <img width="380" height="200" src="https://glama.ai/mcp/servers/fscrivteod/badge" alt="graphlit-mcp-server MCP server" />
26</a>
27 
28## Tools
29 
30### Retrieval
31 
32- Query Contents
33- Query Collections
34- Query Feeds
35- Query Conversations
36- Retrieve Relevant Sources
37- Retrieve Similar Images
38- Visually Describe Image
39 
40### RAG
41 
42- Prompt LLM Conversation
43 
44### Extraction
45 
46- Extract Structured JSON from Text
47 
48### Publishing
49 
50- Publish as Audio (ElevenLabs Audio)
51- Publish as Image (OpenAI Image Generation)
52 
53### Ingestion
54 
55- Files
56- Web Pages
57- Messages
58- Posts
59- Emails
60- Issues
61- Text
62- Memory (Short-Term)
63 
64### Data Connectors
65 
66- Microsoft Outlook email
67- Google Mail
68- Notion
69- Reddit
70- Linear
71- Jira
72- GitHub Issues
73- Google Drive
74- OneDrive
75- SharePoint
76- Dropbox
77- Box
78- GitHub
79- Slack
80- Microsoft Teams
81- Discord
82- Twitter/X
83- Podcasts (RSS)
84 
85### Web
86 
87- Web Crawling
88- Web Search (including Podcast Search)
89- Web Mapping
90- Screenshot Page
91 
92### Notifications
93 
94- Slack
95- Email
96- Webhook
97- Twitter/X
98 
99### Operations
100 
101- Configure Project
102- Create Collection
103- Add Contents to Collection
104- Remove Contents from Collection
105- Delete Collection(s)
106- Delete Feed(s)
107- Delete Content(s)
108- Delete Conversation(s)
109- Is Feed Done?
110- Is Content Done?
111 
112### Enumerations
113 
114- List Slack Channels
115- List Microsoft Teams Teams
116- List Microsoft Teams Channels
117- List SharePoint Libraries
118- List SharePoint Folders
119- List Linear Projects
120- List Notion Databases
121- List Notion Pages
122- List Dropbox Folders
123- List Box Folders
124- List Discord Guilds
125- List Discord Channels
126- List Google Calendars
127- List Microsoft Calendars
128 
129## Resources
130 
131- Project
132- Contents
133- Feeds
134- Collections (of Content)
135- Workflows
136- Conversations
137- Specifications
138 
139## Prerequisites
140 
141Before you begin, ensure you have the following:
142 
143- Node.js installed on your system (recommended version 18.x or higher).
144- An active account on the [Graphlit Platform](https://portal.graphlit.dev) with access to the API settings dashboard.
145 
146## Configuration
147 
148The Graphlit MCP Server supports environment variables to be set for authentication and configuration:
149 
150- `GRAPHLIT_ENVIRONMENT_ID`: Your environment ID.
151- `GRAPHLIT_ORGANIZATION_ID`: Your organization ID.
152- `GRAPHLIT_JWT_SECRET`: Your JWT secret for signing the JWT token.
153 
154You can find these values in the API settings dashboard on the [Graphlit Platform](https://portal.gr

Preview

graphlit/graphlit-mcp-servergraphlit/graphlit-mcp-server

[![npm version](https://badge.fury.io/js/graphlit-mcp-server.svg)](https://badge.fury.io/js/graphlit-mcp-server)

[![smithery badge](https://smithery.ai/badge/@graphlit/graphlit-mcp-server)](https://smithery.ai/server/@graphlit/graphlit-mcp-server)

# Model Context Protocol (MCP) Server for Graphlit Platform

## Overview

Repographlit/graphlit-mcp-server
TypeMCP Servers
CategoryData Science & Analytics
UpdatedJan 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPclaudecontent-extraction

Related

6 picks
Type
  1. dbt-labs avatardbt-mcpA MCP (Model Context Protocol) server for interacting with dbt resources.MCP ServersJul 2026105k595
  2. antvis avatarmcp-server-chartA Model Context Protocol server for generating charts using AntV.MCP ServersMay 202693k4.3k
  3. datalayer avatarjupyter-mcp-server🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.MCP ServersJul 202681k1.2k
  4. tableau avatartableau-mcpHelping agents see and understand data.MCP ServersJul 202646k314
  5. oxylabs avataroxylabs-mcpFetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.MCP ServersJun 202639k101
  6. apconw avataraix-dbAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。MCP ServersJun 202638k2.2k