Graphlit MCP Server
Ingests Slack, Notion, Drive, email, Jira and web pages into a Graphlit project, then searches it.
Add it to your client
Officialnpx -y graphlit-mcp-server
{
"mcpServers": {
"graphlit-mcp": {
"command": "npx",
"args": [
"-y",
"graphlit-mcp-server"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
- Stars
- 380
The server treats a Graphlit project as one searchable knowledge base sitting across the tools a team already uses, and the ingestion side does real work on the way in: PDF, DOCX, PPTX and HTML are extracted to Markdown, audio and video are transcribed, so what lands in the index is text a model can actually retrieve against. Web crawling and web search are built in as tools, which removes the usual second integration with a scraping service. The less obvious half is publishing, which runs the other direction — a retrieved answer can be rendered as ElevenLabs audio or an OpenAI-generated image. Retrieval covers contents, collections, feeds and conversations, plus similar-image search and visual image description.
Similar MCP servers
Grounded Docs MCP Server
MCP serverIndexes library documentation locally so queries answer for the version actually in your lockfile.
Notion MCP Server
MCP serverConnects an agent to Notion pages, databases and comments over MCP.
Facebook Ads Library MCP
MCP serverSearches Meta's public ad library for any brand and analyses the creative it is currently running.

Comments(0)
Sign in to comment