Nhost MCP Server for LangChainGive LangChain instant access to 15 tools to Change Email, Delete File, Get File, and more
LangChain is the leading Python framework for composable LLM applications. Connect Nhost through Vinkius and LangChain agents can call every tool natively. combine them with retrievers, memory, and output parsers for sophisticated AI pipelines.
Ask AI about this MCP Server for LangChain
The Nhost MCP Server for LangChain is a standout in the Developer Tools category — giving your AI agent 15 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from langchain_mcp_adapters.client import MultiServerMCPClient
from langchain_openai import ChatOpenAI
from langgraph.prebuilt import create_react_agent
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MultiServerMCPClient({
"nhost": {
"transport": "streamable_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,
)
response = await agent.ainvoke({
"messages": [{
"role": "user",
"content": "Using Nhost, show me what tools are available.",
}]
})
print(response["messages"][-1].content)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Nhost MCP Server
Connect your Nhost project to any AI agent to manage your backend services through natural language. This server provides a comprehensive interface for Nhost's Authentication and Storage services.
LangChain's ecosystem of 500+ components combines seamlessly with Nhost through native MCP adapters. Connect 15 tools via Vinkius and use ReAct agents, Plan-and-Execute strategies, or custom agent architectures. with LangSmith tracing giving full visibility into every tool call, latency, and token cost.
What you can do
- Authentication Flows — Sign in users via email/password, OTP, magic links, or anonymous sessions using
signin_email_password,signin_otp_email, andsignin_passwordless_email. - User Management — Register new accounts with
signup_email_password, retrieve profiles withget_user, and handle password resets or email changes. - Session Control — Refresh access tokens and securely sign out users from single or all devices using
refresh_tokenandsignout. - Cloud Storage — Upload files directly to your Nhost buckets using the
upload_filetool, supporting both text and base64 content.
The Nhost MCP Server exposes 15 tools through the Vinkius. Connect it to LangChain in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 15 Nhost tools available for LangChain
When LangChain connects to Nhost through Vinkius, your AI agent gets direct access to every tool listed below — spanning authentication, backend-as-a-service, cloud-storage, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Change email on Nhost
Requires elevated NHOST_JWT credential. Request to change the authenticated user email
Delete file on Nhost
Permanently delete a file
Get file on Nhost
Supports optional image transformation parameters. Download the complete file content
Get file presigned url on Nhost
Retrieve a presigned URL for a file
Get user on Nhost
Requires NHOST_JWT credential. Retrieve the authenticated user profile information
Refresh token on Nhost
Generate a new JWT access token using a valid refresh token
Reset password on Nhost
Request a password reset email
Signin anonymous on Nhost
Create an anonymous user session
Signin email password on Nhost
Authenticate a user with email and password
Signin otp email on Nhost
Initiate email-based one-time password authentication
Signin passwordless email on Nhost
Initiate passwordless authentication by sending a magic link
Signout on Nhost
Invalidate refresh tokens and end the session
Signup email password on Nhost
Register a new user account
Signup otp email on Nhost
Register a new user account using email OTP
Upload file on Nhost
Returns metadata for the processed file. Upload a file to a bucket
Connect Nhost to LangChain via MCP
Follow these steps to wire Nhost into LangChain. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install langchain langchain-mcp-adapters langgraph langchain-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
python agent.pyExplore tools
Why Use LangChain with the Nhost MCP Server
LangChain provides unique advantages when paired with Nhost through the Model Context Protocol.
The largest ecosystem of integrations, chains, and agents. combine Nhost MCP tools with 500+ LangChain components
Agent architecture supports ReAct, Plan-and-Execute, and custom strategies with full MCP tool access at every step
LangSmith tracing gives you complete visibility into tool calls, latencies, and token usage for production debugging
Memory and conversation persistence let agents maintain context across Nhost queries for multi-turn workflows
Nhost + LangChain Use Cases
Practical scenarios where LangChain combined with the Nhost MCP Server delivers measurable value.
RAG with live data: combine Nhost tool results with vector store retrievals for answers grounded in both real-time and historical data
Autonomous research agents: LangChain agents query Nhost, synthesize findings, and generate comprehensive research reports
Multi-tool orchestration: chain Nhost tools with web scrapers, databases, and calculators in a single agent run
Production monitoring: use LangSmith to trace every Nhost tool call, measure latency, and optimize your agent's performance
Example Prompts for Nhost in LangChain
Ready-to-use prompts you can give your LangChain agent to start working with Nhost immediately.
"Sign in user dev@example.com with password 'securePass123'."
"Show me the profile details for the current authenticated user."
"Upload a file named 'config.json' with content '{"theme": "dark"}'."
Troubleshooting Nhost MCP Server with LangChain
Common issues when connecting Nhost to LangChain through Vinkius, and how to resolve them.
MultiServerMCPClient not found
pip install langchain-mcp-adaptersNhost + LangChain FAQ
Common questions about integrating Nhost MCP Server with LangChain.
How does LangChain connect to MCP servers?
langchain-mcp-adapters to create an MCP client. LangChain discovers all tools and wraps them as native LangChain tools compatible with any agent type.Which LangChain agent types work with MCP?
Can I trace MCP tool calls in LangSmith?
Explore More MCP Servers
View all →
OpenSearch Vector
6 toolsRun k-NN vector searches on OpenSearch — create indexes, upsert embeddings, query similar documents, and manage your vector store from any AI agent.

PracticePanther
18 toolsManage law practice via PracticePanther — matters, contacts, time tracking, bills, payments, tasks, and calendar.

Refiner
8 toolsSurvey your SaaS users with in-app micro-surveys that capture NPS, feature feedback, and churn signals at the perfect moment.

Calendarific
6 toolsAccess global holiday data via Calendarific — track public, religious, and local holidays across 230+ countries directly from any AI agent.
