Oracle Link
Rank #2,224io.github.StudiousXiaoYu/oracle-link
MCP server providing oracle-link capabilities
Oracle Link is a Model Context Protocol (MCP) server published by StudiousXiaoYu. It ranks #2,224 of 132,046 servers tracked on MCP Toplist, and its repository has 158 GitHub stars. Oracle Link is listed on Official MCP, with 4 tracked versions. It was first listed on Dec 4, 2025 and most recently updated on Dec 4, 2025.
Ranks ahead of 129,822 of 132,046 servers on MCP Toplist.
Use Oracle Link
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add oracle-link -e "ORACLE_USERNAME=<your ORACLE_USERNAME>" -e "ORACLE_PASSWORD=<your ORACLE_PASSWORD>" -e "ORACLE_CONNECT_STRING=<your ORACLE_CONNECT_STRING>" -e "ORACLE_PRIVILEGE=<your ORACLE_PRIVILEGE>" -e "DEFAULT_MAX_ROWS=<your DEFAULT_MAX_ROWS>" -- npx -y @studious-xiaoyu/oracle-linkReplace each placeholder with your own value before saving.
[mcp_servers.oracle-link]
command = "npx"
args = ["-y", "@studious-xiaoyu/oracle-link"]
[mcp_servers.oracle-link.env]
ORACLE_USERNAME = "<your ORACLE_USERNAME>"
ORACLE_PASSWORD = "<your ORACLE_PASSWORD>"
ORACLE_CONNECT_STRING = "<your ORACLE_CONNECT_STRING>"
ORACLE_PRIVILEGE = "<your ORACLE_PRIVILEGE>"
DEFAULT_MAX_ROWS = "<your DEFAULT_MAX_ROWS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oracle-link": {
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<your ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<your ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<your ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<your ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<your DEFAULT_MAX_ROWS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oracle-link": {
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<your ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<your ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<your ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<your ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<your DEFAULT_MAX_ROWS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"oracle-link": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<your ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<your ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<your ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<your ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<your DEFAULT_MAX_ROWS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oracle-link": {
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<your ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<your ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<your ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<your ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<your DEFAULT_MAX_ROWS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oracle-link": {
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<your ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<your ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<your ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<your ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<your DEFAULT_MAX_ROWS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.StudiousXiaoYu%2Foracle-link)<a href="https://mcptoplist.com/server/io.github.StudiousXiaoYu%2Foracle-link"><img src="https://mcptoplist.com/badge/io.github.StudiousXiaoYu%2Foracle-link.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
StudiousXiaoYu
Available versions (4)
| Version | Published |
|---|---|
| 0.2.2 | Dec 4, 2025 |
| 0.2.1 | Dec 4, 2025 |
| 0.2.0 | Dec 4, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Oracle Link?
- Oracle Link is maintained by StudiousXiaoYu, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Oracle Link listed on the Official MCP Registry?
- Yes — Oracle Link is listed on the Official MCP Registry.
- How many versions does Oracle Link have?
- MCP Toplist tracks 4 versions of Oracle Link, most recently published on Dec 4, 2025.
- Where can I find the source code for Oracle Link?
- The source code for Oracle Link is hosted at github.com/StudiousXiaoYu/oracle-link.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.