How to Use the NLM RxNorm (Drug Database) MCP in Cursor
Inject live drug data from the NLM RxNorm (Drug Database) into your code with Cursor Agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NLM RxNorm (Drug Database) MCP to Cursor
Create your Vinkius account to connect NLM RxNorm (Drug Database) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate drug mapping in Cursor
Point your Cursor agent at the NLM RxNorm (Drug Database) to resolve drug names into RxCUIs using `find_rxcui_by_string`. The agent writes code that handles these identifiers as real variables. Stop hardcoding drug values. By calling `get_rx_concept_properties`, the agent retrieves the actual data structure, ensuring your logic relies on current NIH standards.
Verify NDC data directly in your editor
Use `get_ndc_properties` to fetch metadata for your drug products. Cursor can then generate functions that validate these NDCs against the NLM RxNorm (Drug Database) registry. Keep your drug supply data clean. The `get_ndcs` tool allows your agent to find active products linked to an RxCUI, preventing errors in your medication management logic.
Build drug class logic with Cursor
Call `get_class_members` to populate your code with accurate drug lists. Your agent uses these results to build classification systems based on real-time data. Understand drug relationships by invoking `get_related_by_relationship`. This helps your agent write code that correctly maps tradenames to their respective ingredients.
Set up NLM RxNorm (Drug Database) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the NLM RxNorm (Drug Database) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent NLM RxNorm (Drug Database) transactions." If the MCP tools are loaded correctly, Cursor will call the NLM RxNorm (Drug Database) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"nlm-rxnorm-drug-database-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NLM RxNorm. 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 NLM RxNorm (Drug Database) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NLM RxNorm (Drug Database) MCP today
We host it, we monitor it, we maintain it. You just paste one token.