MCP Server
Active
MIT
io.github.IntelagentStudios/mcp-file-processor MCP Server
io.github.IntelagentStudios/mcp-file-processor
What is the io.github.IntelagentStudios/mcp-file-processor MCP server?
Text extraction, keyword extraction, language detection, and chunking for RAG
How to install io.github.IntelagentStudios/mcp-file-processor
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-file-processor": {
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-file-processor"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-file-processor": {
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-file-processor"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-file-processor": {
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-file-processor"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-file-processor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@intelagent/mcp-file-processor"
]
}
}
}Claude Code
claude mcp add mcp-file-processor -- npx -y @intelagent/mcp-file-processorRelated MCP servers
Multi-source entity enrichment: company data, contacts, email verification, and phone validation
0
View repository →TypeScript
MIT