Graphlit MCP Server
Integrate MCP clients with the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Overview
Graphlit MCP Server is a tool that integrates Model Context Protocol (MCP) clients with the Graphlit service, allowing users to ingest various types of content from platforms like Slack, Gmail, and podcasts into a Graphlit project.
To use the Graphlit MCP Server, install it via npm or Smithery, configure your environment variables for authentication, and then start ingesting content from supported platforms into your Graphlit project.
- Ingest content from multiple sources including Slack, Discord, and Google Drive. - Extract documents and transcribe audio/video files upon ingestion. - Support for web crawling and searching relevant knowledge within MCP clients.
- Integrating team communication tools like Slack and Discord into a centralized knowledge base.
- Ingesting and managing documents from Google Drive and Dropbox.
- Transcribing podcasts and audio files for easy access to information.
Add to your AI client
Use these steps to connect Graphlit MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"graphlit-mcp-server-graphlit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphlit-mcp-server-graphlit"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"graphlit-mcp-server-graphlit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphlit-mcp-server-graphlit"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"graphlit-mcp-server-graphlit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphlit-mcp-server-graphlit"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"graphlit-mcp-server-graphlit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphlit-mcp-server-graphlit"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"graphlit-mcp-server-graphlit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphlit-mcp-server-graphlit"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"graphlit-mcp-server-graphlit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphlit-mcp-server-graphlit"
]
}
}
}FAQ
What platforms can I ingest content from?
You can ingest content from Slack, Discord, Google Drive, GitHub, and many more.
Is there a cost associated with using the Graphlit MCP Server?
The Graphlit MCP Server is free to use, but you may need accounts on the platforms you are integrating.
How do I configure the server?
Configuration is done through environment variables for authentication and settings, which can be found in the Graphlit API settings dashboard.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1669,"uuid":"1f3d4669-49d7-44e9-a89a-4266b2d4dbf7","name":"Graphlit MCP Server","title":"Graphlit MCP Server","description":"Integrate MCP clients with the Graphlit service.\n\nIngest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.","avatar_url":null,"created_at":"2025-03-02T03:32:05.816Z","updated_at":"2025-03-13T11:01:16.717Z","status":"created","author_name":"graphlit","author_avatar_url":null,"tags":"graphlit,mcp-server,integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/graphlit/graphlit-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"f895aaa8-20dc-4e05-b0f6-83d1d343f62b","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]