📇 ☁️ - Ingest anything from Slack, Discord, websites, Google Drive, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsu
Install
npx -y inRequired environment variables
GRAPHLIT_JWT_SECRETSet in your MCP configSLACK_BOT_TOKENSet in your MCP configDISCORD_BOT_TOKENSet in your MCP configTWITTER_TOKENSet in your MCP configGOOGLE_EMAIL_REFRESH_TOKENSet in your MCP configGOOGLE_EMAIL_CLIENT_SECRETSet in your MCP configLINEAR_API_KEYSet in your MCP configGITHUB_PERSONAL_ACCESS_TOKENSet in your MCP configJIRA_TOKENSet in your MCP configNOTION_API_KEYSet in your MCP configclaude_desktop_config.json
{
"mcpServers": {
"graphlit-mcp-server": {
"command": "npx",
"args": [
"-y",
"in"
],
"env": {
"GRAPHLIT_JWT_SECRET": "<YOUR_GRAPHLIT_JWT_SECRET>",
"SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
"DISCORD_BOT_TOKEN": "<YOUR_DISCORD_BOT_TOKEN>",
"TWITTER_TOKEN": "<YOUR_TWITTER_TOKEN>",
"GOOGLE_EMAIL_REFRESH_TOKEN": "<YOUR_GOOGLE_EMAIL_REFRESH_TOKEN>",
"GOOGLE_EMAIL_CLIENT_SECRET": "<YOUR_GOOGLE_EMAIL_CLIENT_SECRET>",
"LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>",
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>",
"JIRA_TOKEN": "<YOUR_JIRA_TOKEN>",
"NOTION_API_KEY": "<YOUR_NOTION_API_KEY>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More TypeScript MCP servers
upstash/context7
📇 ☁️ - Up-to-date code documentation for LLMs and AI code editors.
microsoft/playwright-mcp
Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots
agent-infra/mcp-server-browser
📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.
github/github-mcp-server
📇 ☁️ - Official GitHub server for integration with repository management, PRs, issues, and more.