4,500+ servers built on MCP Fusion
Vinkius
Fellow logo
Vinkius
LangChain logo

How to Use the Fellow MCP in LangChain

Chain meeting insights directly into your codebase by connecting this Fellow MCP Server to your LangChain agents.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Fellow MCP on Cursor AI Code Editor MCP Client Fellow MCP on Claude Desktop App MCP Integration Fellow MCP on OpenAI Agents SDK MCP Compatible Fellow MCP on Visual Studio Code MCP Extension Client Fellow MCP on GitHub Copilot AI Agent MCP Integration Fellow MCP on Google Gemini AI MCP Integration Fellow MCP on Lovable AI Development MCP Client Fellow MCP on Mistral AI Agents MCP Compatible Fellow MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LangChain

Connect Fellow MCP to LangChain

Create your Vinkius account to connect Fellow to LangChain and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Track action items in LangChain pipelines

Use `list_action_items` to pull active tasks directly into your ReAct chains. Your agent can inspect a specific task with `get_action_item` and decide the next step based on live code execution. If a task is finished, the agent calls `complete_action_item`. We recommend adding a human-in-the-loop step in LangGraph before executing this to keep team accountability tight.

Run post-meeting analysis with LangSmith tracing

Connect `get_transcript` to your chains to extract key decisions immediately after a call. LangSmith lets you trace exactly how the agent processes the meeting text and which tools it triggers. You can feed the output of `list_notes` into other APIs in your chain. This lets you sync meeting documentation with external systems without manual copy-pasting.

Safe document cleanup via LangChain MCP Server tools

This MCP Server lets your agent clean up workspace clutter using `delete_note` and `delete_recording`. The agent will always prompt for human confirmation before running these destructive actions. You get full visibility into every deletion attempt in your LangSmith dashboard. It keeps your Fellow workspace clean while protecting important documentation from accidental loss.

Setup guide

Set up Fellow MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes Fellow tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "fellow-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent Fellow transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Fellow. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Fellow MCP in LangChain

Use LangGraph to pause the chain before it calls `complete_action_item`. This gives you a chance to verify the work before the agent updates the status.
Yes. You can fetch raw text using `get_transcript` and immediately pass it to another chain node. This works well for syncing meeting summaries to external databases.
You initialize the MultiServerMCPClient with the Vinkius endpoint. It aggregates all tools so your agent can query Fellow alongside your other databases.
Turn on LangSmith tracing to inspect the exact inputs and outputs of tools like `list_notes` or `get_recording`. You will see the raw API responses in real time.
Your meeting transcripts, notes, and recordings stay inside Vinkius's secure sandboxed environment. The MCP Server only fetches data when your chain explicitly requests it, and credentials never touch client-side logs.

Start using the Fellow MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Fellow. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.