
infranodus-mcp-server-infranodus
ai.smithery/infranodus-mcp-server-infranodus
Map text into knowledge graphs to create a structured representation of conceptual relations and t…
Documentation
InfraNodus MCP Server
A Model Context Protocol (MCP) server that integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants like Claude Desktop.
Overview
InfraNodus MCP Server enables LLM workflows and AI assistants to analyze text using advanced network science algorithms, generate knowledge graphs, detect content gaps, and identify key topics and concepts. It transforms unstructured text into structured insights using graph theory and network analysis.
Features
You Can Use It To
- Connect your existing InfraNodus knowledge graphs to your LLM workflows and AI chats
- Identify the main topical clusters in discourse without missing the important nuances (works better than standard LLM workflows)
- Identify the content gaps in any discourse (helpful for content creation and research)
- Generate new knowledge graphs from any text and use them to augment your LLM responses
Available Tools
-
generate_knowledge_graph
- Convert any text into a visual knowledge graph
- Extract topics, concepts, and their relationships
- Identify structural patterns and clusters
- Apply AI-powered topic naming
- Perform entity detection for cleaner graphs
-
analyze_existing_graph_by_name
- Retrieve and analyze existing graphs from your InfraNodus account
- Access previously saved analyses
- Export graph data with full statistics
-
generate_content_gaps
- Detect missing connections in discourse
- Identify underexplored topics
- Generate research questions
- Suggest content development opportunities
-
generate_topical_clusters
- Generate topics and clusters of keywords from text using knowledge graph analysis
- Make sure to beyond genetic insights and detect smaller topics
- Use the topical clusters to establish topical authority for SEO
-
generate_research_questions
- Generate research questions that bridge content gaps
- Use them as prompts in your LLM models and AI workflows
- Use any AI model (included in InfraNodus API)
- Content gaps are identified based on topical clustering
-
generate_research_ideas
- Generate innovative research ideas based on content gaps identified in the text
- Get actionable ideas to improve the text and develop the discourse
- Use any AI model (included in InfraNodus API)
- Ideas are generated from gaps between topical clusters
-
research_questions_from_graph
- Generate research questions based on an existing InfraNodus graph
- Use them as prompts in your LLM models
- Use any AI model (included in InfraNodus API)
- Content gaps are identified based on topical clustering
-
generate_responses_from_graph
- Generate responses based on an existing InfraNodus graph
- Integrate them into your LLM workflows and AI assistants
- Use any AI model (included in InfraNodus API)
- Use any prompt
-
develop_conceptual_bridges
- Analyze text and develop latent ideas based on concepts that connect this text to a broader discourse
- Discover hidden themes and patterns that link your text to wider contexts
- Use any AI model (included in InfraNodus API)
- Generate insights that help develop the discourse
-
develop_latent_topics
- Analyze text and extract underdeveloped topics with ideas on how to develop them
- Identify topics that need more attention and elaboration
- Use any AI model (included in InfraNodus API)
- Get actionable suggestions for content expansion
- develop_text_tool
- Comprehensive text analysis combining content gap ideas, latent topics, and conceptual bridges
- Executes multiple analyses in sequence with progress tracking
- Generates research ideas based on content gaps
- Identifies latent topics and conceptual bridges to develop
- Finds content gaps for deeper exploration
- generate_text_overview
- Generate a topical overview of a text and provide insights for LLMs to generate better responses
- Use it to get a high-level understanding of a text
- Use it to augment prompts in your LLM workflows and AI assistants
- create_knowledge_graph
- Create a knowledge graph in InfraNodus from text and provide a link to it
- Use it to create a knowledge graph in InfraNodus from text
- overlap_between_texts
- Create knowledge graphs from two or more texts and find the overlap (similarities) between them
- Use it to find similar topics and keywords across different texts
- difference_between_texts
- Compare knowledge graphs from two or more texts and find what's not present in the first graph that's present in the others
- Use it to find how one text can be enriched with the others
- analyze_google_search_results
- Generate a graph with keywords and topics for Google search results for a certain query
- Use it to understand the current informational supply (what people find)
- analyze_related_search_queries
- Generate a graph from the search queries suggested by Google for a certain query
- Use it to understand the current informational demand (what people are looking for)
- search_queries_vs_search_results
- Generate a graph of keyword combinations and topics people tend to search for that do not readily appear in the search results for the same queries
- Use it to understand what people search for but don't yet find
- generate_seo_report
- Analyze content for SEO optimization by comparing it with Google search results and search queries
- Identify content gaps and opportunities for better search visibility
- Get comprehensive analysis of what's in search results but not in your text
- Discover what people search for but don't find in current results
- search
- Search through existing InfraNodus graphs
- Also use it to search through the public graphs of a specific user
- Compatible with ChatGPT Deep Research mode via Developer Mode > Connectors
- fetch
- Fetch a specific search result for a graph
- Can be used in ChatGPT Deep Research mode via Developer Mode > Connectors
More capabilites coming soon!
Key Capabilities
- Topic Modeling: Automatic clustering and categorization of concepts
- Content Gap Detection: Find missing links between concept clusters
- Entity Recognition: Clean extraction of names, places, and organizations
- AI Enhancement: Optional AI-powered topic naming and analysis
- Structural Analysis: Identify influential nodes and community structures
- Network Structure Statistics: Modularity, centrality, betweenness, and other graph metrics
Installation
The easiest and the fastest way to launch the InfraNodus MCP server is to use the external provider, Smithery, and simply copy and paste the settings to the tool of your choice (e.g. Claude, Cursor, or ChatGPT).
You can also install the server locally, so you have more control over it. In this case, you can also edit the source files and even create your tools based on the InfraNodus API.
Below we describe the two different ways to set up your InfraNodus MCP server.
Easiest Setup: Smithery InfraNodus MCP Server (via HTTP/SSE)
- Prerequisites
- Create an account on Smithery.Ai (it's free and you can use your Google or GitHub login)
- Create an account on InfraNodus if you don't have it already and get your InfraNodus API Key. We offer 14-day free trials.
- Then go to the Smithery InfraNodus Server, click "Configure" at the top right, and add your InfraNodus API key there.
- Get the URL of the InfraNodus Server from Smithery
- Go to Smithery InfraNodus Server and get the URL link from Smithery https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp for the server or use one of their automatic setup tools for Claude or Cursor.
- Add to to the Client Tool Where You Want to Use InfraNodus
-
Once you add the URL above to your tool, it will automatically prompt you to authenticate using Smithery (via Oauth) in order to be able to access the InfraNodus MCP hosted on it.
-
If your client does not support Oauth, you can click the link *Get the URL with keys instead** which you can use to authenticate without Oauth.
-
In the end, if you use the URL with the keys, either Smithery or you yourself will add something like this in your MCP configuration file:
For Cursor:
// e.g. Cursor will access directly the server via Smithery
"mcpServers": {
"mcp-server-infranodus": {
"type": "http",
"url": "https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp?api_key=YOUR_SMITHERY_KEY&profile=YOUR_SMITHERY_PROFILE",
"headers": {}
}
}
For Claude:
// Claude uses a slightly different implementation
// Fot this, it launches the MCP server on your local machine
"mcpServers": {
"mcp-server-infranodus": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@infranodus/mcp-server-infranodus",
"--key",
"YOUR_SMITHERY_KEY",
"--profile",
"YOUR_SMITHERY_PROFILE"
]
}
}
Note, in both cases, you'll automatically get the YOUR_SMITHERY_KEY
and YOUR_SMITHERY_PROFILE
values from Smithery when you copy the URL with credentials. These are not your InfraNodus API keys. You can use the InfraNodus API server without the API for the first 70 calls. Then you can add it to your Smithery profile and it will automatically connect to your account using the link above.
- Use InfraNodus Tools in Your Calls
-
To use InfraNodus, see the tools available and simply call them through the chat interface (e.g. "show me the graphs where I talk about this topic" or "get the content gaps from the document I uploaded")
-
If your client is not using InfraNodus for some actions, add the instruction to use InfraNodus explicitly.
Manual Setup: Local Server
- Prerequisites
- Node.js 18+ installed
- InfraNodus API key (get yours at https://infranodus.com/api-access)
-
Clone and build the server:
git clone https://github.com/yourusername/mcp-server-infranodus.git cd mcp-server-infranodus npm install npm run build:inspect
Note that build:inspect
will generate the dist/index.js
file which you will then use in your server setup. The standard npm run build
command will only build a Smithery file.
-
Set up your API key:
Create a
.env
file in the project root:INFRANODUS_API_KEY=your-api-key-here
-
Inspect the MCP:
npm run inspect
Claude Desktop Configuration (macOS)
-
Open your Claude Desktop configuration file:
open ~/Library/Application\ Support/Claude/claude_desktop_config.json
-
Add the InfraNodus server configuration:
{ "mcpServers": { "infranodus": { "command": "node", "args": ["/absolute/path/to/mcp-server-infranodus/dist/index.js"], "env": { "INFRANODUS_API_KEY": "your-api-key-here" } } } }
Note: you can leave the INFRANODUS_API_KEY
empty in which case you can make 70 free requests after which you will hit quota and will need to add your API key.
- Restart Claude Desktop to load the new server.
Claude Desktop Configuration (Windows)
-
Open your Claude Desktop configuration file:
%APPDATA%\Claude\claude_desktop_config.json
-
Add the InfraNodus server configuration:
{ "mcpServers": { "infranodus": { "command": "node", "args": ["C:\\path\\to\\mcp-server-infranodus\\dist\\index.js"], "env": { "INFRANODUS_API_KEY": "your-api-key-here" } } } }
-
Restart Claude Desktop.
Cursor Configuration
Other MCP-Compatible Applications
For other applications supporting MCP, use the following command to start the server:
INFRANODUS_API_KEY=your-api-key node /path/to/mcp-server-infranodus/dist/index.js
The server communicates via stdio, so configure your application to run this command and communicate through standard input/output.
Usage Examples
Once installed, you can ask Claude to:
- "Use InfraNodus to analyze this text and show me the main topics"
- "Generate a knowledge graph from this document"
- "Find content gaps in this article"
- "Retrieve my existing graph called 'Research Notes' from InfraNodus"
- "What are the structural gaps in this text?"
- "Identify the most influential concepts in this content"
Development
Running in Development Mode
npm run dev
Using the MCP Inspector
Test the server with the MCP Inspector:
npm run inspect
Building from Source
npm run build
Watching for Changes
npm run watch
API Documentation
generate_knowledge_graph
Analyzes text and generates a knowledge graph.
Parameters:
text
(string, required): The text to analyzeincludeStatements
(boolean): Include original statements in responsemodifyAnalyzedText
(string): Text modification options ("none", "entities", "lemmatize")
analyze_existing_graph_by_name
Retrieves and analyzes an existing graph from your InfraNodus account.
Parameters:
graphName
(string, required): Name of the existing graphincludeStatements
(boolean): Include statements in responseincludeGraphSummary
(boolean): Include graph summary
generate_content_gaps
Identifies content gaps and missing connections in text.
Parameters:
text
(string, required): The text to analyze for gaps
Progress Notifications
For long-running operations (like SEO analysis), the MCP server supports real-time progress notifications that provide intermediary feedback to AI agents. This allows agents to:
- Track the progress of multi-step operations
- Display status messages to users
- Understand what's happening during lengthy analyses
Implementation
The server implements MCP progress notifications using:
- ToolHandlerContext: All tool handlers can receive an optional context parameter containing the server instance and progress token
- ProgressReporter: A utility class that simplifies sending progress updates with percentages and messages
- Wrapped Handlers: Tool registration automatically injects the server context into handlers
Example Usage in Tools
import { ProgressReporter } from "../utils/progress.js";
import { ToolHandlerContext } from "../types/index.js";
handler: async (params: ParamType, context: ToolHandlerContext = {}) => {
const progress = new ProgressReporter(context);
await progress.report(25, "Fetching data from API...");
// Do work
await progress.report(75, "Analyzing results...");
// More work
await progress.report(100, "Complete!");
return results;
};
The generate_seo_report
tool demonstrates this pattern with 6 major progress checkpoints that provide detailed status updates throughout the multi-step analysis process.
Troubleshooting
Server doesn't appear in Claude
- Verify the configuration file path is correct
- Check that the API key is valid
- Ensure Node.js is in your system PATH
- Restart Claude Desktop completely
API Key Issues
- Get your API key at: https://infranodus.com/api-access
- Ensure the key is correctly set in the configuration
- Check that the key has not expired
Build Errors
# Clean install
rm -rf node_modules package-lock.json
npm install
npm run build
Resources
- InfraNodus Website
- InfraNodus MCP
- InfraNodus API Documentation
- MCP Protocol Documentation
- Graph Theory Concepts
License
MIT
Support
For issues related to:
- This MCP server: Open an issue in this repository
- InfraNodus API: Contact support@infranodus.com
- MCP Protocol: Visit the MCP community
No installation packages available.